GroupId | GroupIdorg.apache.cocoon.stringtemplate |
---|---|
ArtifactId | ArtifactIdcocoon-stringtemplate |
Version | Version3.0.0-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon.stringtemplate/cocoon-stringtemplate/ -->
<dependency>
<groupId>org.apache.cocoon.stringtemplate</groupId>
<artifactId>cocoon-stringtemplate</artifactId>
<version>3.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon.stringtemplate/cocoon-stringtemplate/
implementation 'org.apache.cocoon.stringtemplate:cocoon-stringtemplate:3.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.cocoon.stringtemplate/cocoon-stringtemplate/
implementation ("org.apache.cocoon.stringtemplate:cocoon-stringtemplate:3.0.0-alpha-2")
'org.apache.cocoon.stringtemplate:cocoon-stringtemplate:jar:3.0.0-alpha-2'
<dependency org="org.apache.cocoon.stringtemplate" name="cocoon-stringtemplate" rev="3.0.0-alpha-2">
<artifact name="cocoon-stringtemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon.stringtemplate', module='cocoon-stringtemplate', version='3.0.0-alpha-2')
)
libraryDependencies += "org.apache.cocoon.stringtemplate" % "cocoon-stringtemplate" % "3.0.0-alpha-2"
[org.apache.cocoon.stringtemplate/cocoon-stringtemplate "3.0.0-alpha-2"]