r

runtimecompile

A runtimecompiler library backed by eclipse compiler such that programs can just call lib.getClass(Class z) and z will be compiled if source has changed(and the dependencies as well)
https://github.com/deanhiller/webpieces
Apache License 2.0
deanhiller
Dean Hiller
文件下载
文件名 操作
runtimecompile-1.9.130.jar 下载
runtimecompile-1.9.130.pom 下载
runtimecompile-1.9.130-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>runtimecompile</artifactId>
  <version>1.9.130</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:runtimecompile:1.9.130'
Gradle Kotlin
implementation("org.webpieces:runtimecompile:1.9.130")
Scala SBT
libraryDependencies += "org.webpieces" % "runtimecompile" % "1.9.130"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='runtimecompile', version='1.9.130')
)
Apache Ivy
<dependency org="org.webpieces" name="runtimecompile" rev="1.9.130" />
Leiningen
[org.webpieces/runtimecompile "1.9.130"]
Apache Buildr
'org.webpieces:runtimecompile:jar:1.9.130'