r

runtime-compiler

Utility library for compiling java code ad-hoc
https://github.com/astrapi69/runtime-compiler
MIT License
Asterios Raptis
Asterios Raptis
文件下载
文件名 操作
runtime-compiler-1.3.jar 下载
runtime-compiler-1.3.pom 下载
runtime-compiler-1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>runtime-compiler</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:runtime-compiler:1.3'
Gradle Kotlin
implementation("io.github.astrapi69:runtime-compiler:1.3")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "runtime-compiler" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='runtime-compiler', version='1.3')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="runtime-compiler" rev="1.3" />
Leiningen
[io.github.astrapi69/runtime-compiler "1.3"]
Apache Buildr
'io.github.astrapi69:runtime-compiler:jar:1.3'