s

scala3-compiler-patched-assembly_3

Patched Scala-3/Dotty compiler and Eval library
https://github.com/DmytroMitin/dotty-patched
Apache 2
Dmytro Mitin
Dmytro Mitin
Files download
File Operation
scala3-compiler-patched-assembly_3-3.2.1.jar download
scala3-compiler-patched-assembly_3-3.2.1.pom download
scala3-compiler-patched-assembly_3-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dmytromitin</groupId>
  <artifactId>scala3-compiler-patched-assembly_3</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.dmytromitin:scala3-compiler-patched-assembly_3:3.2.1'
Gradle Kotlin
implementation("com.github.dmytromitin:scala3-compiler-patched-assembly_3:3.2.1")
Scala SBT
libraryDependencies += "com.github.dmytromitin" % "scala3-compiler-patched-assembly_3" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dmytromitin', module='scala3-compiler-patched-assembly_3', version='3.2.1')
)
Apache Ivy
<dependency org="com.github.dmytromitin" name="scala3-compiler-patched-assembly_3" rev="3.2.1" />
Leiningen
[com.github.dmytromitin/scala3-compiler-patched-assembly_3 "3.2.1"]
Apache Buildr
'com.github.dmytromitin:scala3-compiler-patched-assembly_3:jar:3.2.1'