не последняя версия
Последняя версия 2.1.1

org.webpieces:runtimecompile 2.0.152

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)

Группа

Группа

org.webpieces
Идентификатор

Идентификатор

runtimecompile
Версия

Версия

2.0.152
Тип

Тип

jar

Скачать runtimecompile 2.0.152


<!-- https://jarcasting.com/artifacts/org.webpieces/runtimecompile/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>runtimecompile</artifactId>
    <version>2.0.152</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation 'org.webpieces:runtimecompile:2.0.152'
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation ("org.webpieces:runtimecompile:2.0.152")
'org.webpieces:runtimecompile:jar:2.0.152'
<dependency org="org.webpieces" name="runtimecompile" rev="2.0.152">
  <artifact name="runtimecompile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='runtimecompile', version='2.0.152')
)
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.0.152"
[org.webpieces/runtimecompile "2.0.152"]