is not current version
Last Version 3.1.7

org.codehaus.janino:commons-compiler 3.0.9

The "commons-compiler" API, including the "IExpressionEvaluator", "IScriptEvaluator", "IClassBodyEvaluator" and "ISimpleCompiler" interfaces.

GroupId

GroupId

org.codehaus.janino
ArtifactId

ArtifactId

commons-compiler
Version

Version

3.0.9
Type

Type

jar

Download commons-compiler 3.0.9


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