j

java-compiler-script-engine

JSR 223 facade for javac, the foundation Java compiler
https://github.com/sormuras/java-compiler-script-engine
Apache License, Version 2.0
Christian Stein
Files download
File Operation
java-compiler-script-engine-0.2.1.jar download
java-compiler-script-engine-0.2.1.pom download
java-compiler-script-engine-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.sormuras</groupId>
  <artifactId>java-compiler-script-engine</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'de.sormuras:java-compiler-script-engine:0.2.1'
Gradle Kotlin
implementation("de.sormuras:java-compiler-script-engine:0.2.1")
Scala SBT
libraryDependencies += "de.sormuras" % "java-compiler-script-engine" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='de.sormuras', module='java-compiler-script-engine', version='0.2.1')
)
Apache Ivy
<dependency org="de.sormuras" name="java-compiler-script-engine" rev="0.2.1" />
Leiningen
[de.sormuras/java-compiler-script-engine "0.2.1"]
Apache Buildr
'de.sormuras:java-compiler-script-engine:jar:0.2.1'
Dependencies
The project has no third-party dependencies