License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.codehaus.janino |
ArtifactId | ArtifactIdcommons-compiler-jdk |
Last Version | Last Version3.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-compiler-jdk
The "JDK" implementation of the "commons-compiler" API that uses the JDK's Java compiler (JAVAC) in "tools.jar".
|
Filename | Size |
---|---|
commons-compiler-jdk-3.1.7.pom | |
commons-compiler-jdk-3.1.7.jar | 42 KB |
commons-compiler-jdk-3.1.7-sources.jar | 26 KB |
commons-compiler-jdk-3.1.7-javadoc.jar | 563 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-jdk/ -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler-jdk</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-jdk/
implementation 'org.codehaus.janino:commons-compiler-jdk:3.1.7'
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-jdk/
implementation ("org.codehaus.janino:commons-compiler-jdk:3.1.7")
'org.codehaus.janino:commons-compiler-jdk:jar:3.1.7'
<dependency org="org.codehaus.janino" name="commons-compiler-jdk" rev="3.1.7">
<artifact name="commons-compiler-jdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.janino', module='commons-compiler-jdk', version='3.1.7')
)
libraryDependencies += "org.codehaus.janino" % "commons-compiler-jdk" % "3.1.7"
[org.codehaus.janino/commons-compiler-jdk "3.1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.janino : commons-compiler | jar | 3.1.7 |