is not current version
Last Version 4.0.3

org.apache.groovy:groovy-templates 4.0.0-alpha-1

Groovy: A powerful multi-faceted language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.apache.groovy
ArtifactId

ArtifactId

groovy-templates
Version

Version

4.0.0-alpha-1
Type

Type

jar

Download groovy-templates 4.0.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.apache.groovy/groovy-templates/ -->
<dependency>
    <groupId>org.apache.groovy</groupId>
    <artifactId>groovy-templates</artifactId>
    <version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.groovy/groovy-templates/
implementation 'org.apache.groovy:groovy-templates:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.groovy/groovy-templates/
implementation ("org.apache.groovy:groovy-templates:4.0.0-alpha-1")
'org.apache.groovy:groovy-templates:jar:4.0.0-alpha-1'
<dependency org="org.apache.groovy" name="groovy-templates" rev="4.0.0-alpha-1">
  <artifact name="groovy-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.groovy', module='groovy-templates', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.groovy" % "groovy-templates" % "4.0.0-alpha-1"
[org.apache.groovy/groovy-templates "4.0.0-alpha-1"]