Files download
File Operation
cocoon-core-modules-3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.cocoon</groupId>
  <artifactId>cocoon-core-modules</artifactId>
  <version>3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cocoon:cocoon-core-modules:3'
Gradle Kotlin
implementation("org.apache.cocoon:cocoon-core-modules:3")
Scala SBT
libraryDependencies += "org.apache.cocoon" % "cocoon-core-modules" % "3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cocoon', module='cocoon-core-modules', version='3')
)
Apache Ivy
<dependency org="org.apache.cocoon" name="cocoon-core-modules" rev="3" />
Leiningen
[org.apache.cocoon/cocoon-core-modules "3"]
Apache Buildr
'org.apache.cocoon:cocoon-core-modules:jar:3'