| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.echovantage |
| ArtifactId | ArtifactIdjerc |
| Last Version | Last Version0.81 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Runtime Compiler
Runtime code generation support
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jerc-0.81.pom | |
| jerc-0.81.jar | 17 KB |
| jerc-0.81-sources.jar | 9 KB |
| jerc-0.81-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.echovantage/jerc/ -->
<dependency>
<groupId>org.echovantage</groupId>
<artifactId>jerc</artifactId>
<version>0.81</version>
</dependency>
// https://jarcasting.com/artifacts/org.echovantage/jerc/
implementation 'org.echovantage:jerc:0.81'
// https://jarcasting.com/artifacts/org.echovantage/jerc/
implementation ("org.echovantage:jerc:0.81")
'org.echovantage:jerc:jar:0.81'
<dependency org="org.echovantage" name="jerc" rev="0.81">
<artifact name="jerc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echovantage', module='jerc', version='0.81')
)
libraryDependencies += "org.echovantage" % "jerc" % "0.81"
[org.echovantage/jerc "0.81"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun » tools | jar | 1.6.0 |