| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.codehaus.groovy |
| ArtifactId | ArtifactIdgroovy-templates |
| Last Version | Last Version3.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-templates-3.0.11.pom | |
| groovy-templates-3.0.11.jar | 16 KB |
| groovy-templates-3.0.11-sources.jar | 12 KB |
| groovy-templates-3.0.11-javadoc.jar | 48 KB |
| groovy-templates-3.0.11-indy.jar | 16 KB |
| groovy-templates-3.0.11-groovydoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/
implementation 'org.codehaus.groovy:groovy-templates:3.0.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/
implementation ("org.codehaus.groovy:groovy-templates:3.0.11")
'org.codehaus.groovy:groovy-templates:jar:3.0.11'
<dependency org="org.codehaus.groovy" name="groovy-templates" rev="3.0.11">
<artifact name="groovy-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-templates', version='3.0.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-templates" % "3.0.11"
[org.codehaus.groovy/groovy-templates "3.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-xml | jar | 3.0.11 |