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