is not current version
Last Version 3.1.7

org.codehaus.janino:commons-compiler-tests 3.0.10

Tests that use only the "commons-compiler" API and are thus applicable to ALL implementations. NOTICE: This module is not a test for "commons-compiler", but for a set of IMPLEMENTATIONS of "commons-compiler"!

GroupId

GroupId

org.codehaus.janino
ArtifactId

ArtifactId

commons-compiler-tests
Version

Version

3.0.10
Type

Type

jar

Download commons-compiler-tests 3.0.10


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