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
The Apache License, Version 2.0
Dean Hiller Zachary Reed
文件下载
文件名 操作
runtimecompile-2.0.152.jar 下载
runtimecompile-2.0.152.pom 下载
runtimecompile-2.0.152-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>runtimecompile</artifactId>
  <version>2.0.152</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:runtimecompile:2.0.152'
Gradle Kotlin
implementation("org.webpieces:runtimecompile:2.0.152")
Scala SBT
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.0.152"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='runtimecompile', version='2.0.152')
)
Apache Ivy
<dependency org="org.webpieces" name="runtimecompile" rev="2.0.152" />
Leiningen
[org.webpieces/runtimecompile "2.0.152"]
Apache Buildr
'org.webpieces:runtimecompile:jar:2.0.152'