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
Files download
File Operation
runtimecompile-2.0.154.jar download
runtimecompile-2.0.154.pom download
runtimecompile-2.0.154-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>runtimecompile</artifactId>
  <version>2.0.154</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:runtimecompile:2.0.154'
Gradle Kotlin
implementation("org.webpieces:runtimecompile:2.0.154")
Scala SBT
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.0.154"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='runtimecompile', version='2.0.154')
)
Apache Ivy
<dependency org="org.webpieces" name="runtimecompile" rev="2.0.154" />
Leiningen
[org.webpieces/runtimecompile "2.0.154"]
Apache Buildr
'org.webpieces:runtimecompile:jar:2.0.154'