is not current version
Last Version 3.1.7

org.codehaus.janino:commons-compiler 3.1.0

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

GroupId

GroupId

org.codehaus.janino
ArtifactId

ArtifactId

commons-compiler
Version

Version

3.1.0
Type

Type

jar

Download commons-compiler 3.1.0


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