is not current version
Last Version 6

org.apache.cocoon:cocoon-core-modules 2


GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-core-modules
Version

Version

2
Type

Type

pom

Download cocoon-core-modules 2


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