Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-templates |
Version | Version2.4.7 |
Type | Typejar |
Filename | Size |
---|---|
groovy-templates-2.4.7.pom | |
groovy-templates-2.4.7.jar | 95 KB |
groovy-templates-2.4.7-sources.jar | 50 KB |
groovy-templates-2.4.7-javadoc.jar | 100 KB |
groovy-templates-2.4.7-indy.jar | 92 KB |
groovy-templates-2.4.7-groovydoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<version>2.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/
implementation 'org.codehaus.groovy:groovy-templates:2.4.7'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-templates/
implementation ("org.codehaus.groovy:groovy-templates:2.4.7")
'org.codehaus.groovy:groovy-templates:jar:2.4.7'
<dependency org="org.codehaus.groovy" name="groovy-templates" rev="2.4.7">
<artifact name="groovy-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-templates', version='2.4.7')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-templates" % "2.4.7"
[org.codehaus.groovy/groovy-templates "2.4.7"]