License |
License |
---|---|
GroupId | GroupIdorg.codehaus.janino |
ArtifactId | ArtifactIdcommons-compiler |
Last Version | Last Version3.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-compiler
The "commons-compiler" API, including the "IExpressionEvaluator", "IScriptEvaluator", "IClassBodyEvaluator" and "ISimpleCompiler" interfaces.
|
Filename | Size |
---|---|
commons-compiler-3.1.7.pom | |
commons-compiler-3.1.7.jar | 29 KB |
commons-compiler-3.1.7-sources.jar | 41 KB |
commons-compiler-3.1.7-javadoc.jar | 563 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/ -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/
implementation 'org.codehaus.janino:commons-compiler:3.1.7'
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/
implementation ("org.codehaus.janino:commons-compiler:3.1.7")
'org.codehaus.janino:commons-compiler:jar:3.1.7'
<dependency org="org.codehaus.janino" name="commons-compiler" rev="3.1.7">
<artifact name="commons-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.janino', module='commons-compiler', version='3.1.7')
)
libraryDependencies += "org.codehaus.janino" % "commons-compiler" % "3.1.7"
[org.codehaus.janino/commons-compiler "3.1.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |