The compiler for the Scala programming language, capable of compiling Scala source code to JVM bytecode.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.13.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows invoking the Scala compiler programmatically.
Ensure all Scala dependencies use the same Scala version (e.g., 2.13.x).
No dependency data recorded yet.