r

runtimecompile

A runtime compiler library backed by JDK compiler such that programs can just call lib.getClass(Class z) and z will be compiled if source or dependencies have changed
https://github.com/deanhiller/webpieces
The Apache License, Version 2.0
Dean Hiller Zachary Reed
Files download
File Operation
runtimecompile-2.1.1.jar download
runtimecompile-2.1.1.pom download
runtimecompile-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>runtimecompile</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:runtimecompile:2.1.1'
Gradle Kotlin
implementation("org.webpieces:runtimecompile:2.1.1")
Scala SBT
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='runtimecompile', version='2.1.1')
)
Apache Ivy
<dependency org="org.webpieces" name="runtimecompile" rev="2.1.1" />
Leiningen
[org.webpieces/runtimecompile "2.1.1"]
Apache Buildr
'org.webpieces:runtimecompile:jar:2.1.1'