| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.janino |
| ArtifactId | ArtifactIdjanino |
| Last Version | Last Version3.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjanino
The "JANINO" implementation of the "commons-compiler" API: Super-small, super-fast, independent from the JDK's "tools.jar".
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| janino-3.1.7.pom | |
| janino-3.1.7.jar | 588 KB |
| janino-3.1.7-sources.jar | 310 KB |
| janino-3.1.7-javadoc.jar | 563 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.janino/janino/ -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.janino/janino/
implementation 'org.codehaus.janino:janino:3.1.7'
// https://jarcasting.com/artifacts/org.codehaus.janino/janino/
implementation ("org.codehaus.janino:janino:3.1.7")
'org.codehaus.janino:janino:jar:3.1.7'
<dependency org="org.codehaus.janino" name="janino" rev="3.1.7">
<artifact name="janino" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.janino', module='janino', version='3.1.7')
)
libraryDependencies += "org.codehaus.janino" % "janino" % "3.1.7"
[org.codehaus.janino/janino "3.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.janino : commons-compiler | jar | 3.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant Optional | jar | 1.10.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |