GroupId | GroupIdorg.codehaus.janino |
---|---|
ArtifactId | ArtifactIdcommons-compiler-tests |
Version | Version3.0.13 |
Type | Typejar |
Filename | Size |
---|---|
commons-compiler-tests-3.0.13.pom | |
commons-compiler-tests-3.0.13.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-tests/ -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler-tests</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-tests/
implementation 'org.codehaus.janino:commons-compiler-tests:3.0.13'
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler-tests/
implementation ("org.codehaus.janino:commons-compiler-tests:3.0.13")
'org.codehaus.janino:commons-compiler-tests:jar:3.0.13'
<dependency org="org.codehaus.janino" name="commons-compiler-tests" rev="3.0.13">
<artifact name="commons-compiler-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.janino', module='commons-compiler-tests', version='3.0.13')
)
libraryDependencies += "org.codehaus.janino" % "commons-compiler-tests" % "3.0.13"
[org.codehaus.janino/commons-compiler-tests "3.0.13"]