is not current version
Last Version 2

org.apache.cocoon:cocoon-template 1


GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-template
Version

Version

1
Type

Type

pom

Download cocoon-template 1

Filename Size
cocoon-template-1.pom 944 bytes
Browse

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