is not current version
Last Version 3.1.7

org.codehaus.janino:janino 2.5.15

Janino is a compiler that reads a JavaTM expression, block, class body, source file or a set of source files, and generates JavaTM bytecode that is loaded and executed directly. Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression evaluators or "server pages" engines like JSP.

GroupId

GroupId

org.codehaus.janino
ArtifactId

ArtifactId

janino
Version

Version

2.5.15
Type

Type

jar

Download janino 2.5.15


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