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