GroupId | GroupIdorg.apache.cocoon |
---|---|
ArtifactId | ArtifactIdcocoon-template |
Version | Version1 |
Type | Typepom |
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"]