| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages Net |
| GroupId | GroupIdnet.nikore.gozer |
| ArtifactId | ArtifactIdgroovy-compiler |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAPI Gateway and reverse proxy
|
| Filename | Size |
|---|---|
| groovy-compiler-1.0.0.pom | |
| groovy-compiler-1.0.0.jar | 4 KB |
| groovy-compiler-1.0.0-sources.jar | 3 KB |
| groovy-compiler-1.0.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.nikore.gozer/groovy-compiler/ -->
<dependency>
<groupId>net.nikore.gozer</groupId>
<artifactId>groovy-compiler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.nikore.gozer/groovy-compiler/
implementation 'net.nikore.gozer:groovy-compiler:1.0.0'
// https://jarcasting.com/artifacts/net.nikore.gozer/groovy-compiler/
implementation ("net.nikore.gozer:groovy-compiler:1.0.0")
'net.nikore.gozer:groovy-compiler:jar:1.0.0'
<dependency org="net.nikore.gozer" name="groovy-compiler" rev="1.0.0">
<artifact name="groovy-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nikore.gozer', module='groovy-compiler', version='1.0.0')
)
libraryDependencies += "net.nikore.gozer" % "groovy-compiler" % "1.0.0"
[net.nikore.gozer/groovy-compiler "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.nikore.gozer : core | jar | 1.0.0 |
| org.codehaus.groovy : groovy-all | jar | 2.4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |