License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdruntimecompile |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionruntimecompile
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
runtimecompile-2.1.1.pom | |
runtimecompile-2.1.1.jar | 35 KB |
runtimecompile-2.1.1-sources.jar | 18 KB |
runtimecompile-2.1.1-javadoc.jar | 356 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/runtimecompile/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>runtimecompile</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation 'org.webpieces:runtimecompile:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/runtimecompile/
implementation ("org.webpieces:runtimecompile:2.1.1")
'org.webpieces:runtimecompile:jar:2.1.1'
<dependency org="org.webpieces" name="runtimecompile" rev="2.1.1">
<artifact name="runtimecompile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='runtimecompile', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "runtimecompile" % "2.1.1"
[org.webpieces/runtimecompile "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : core-util | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar |