MVN

org.apache.cocoon : cocoon-core

Maven & Gradle

Apr 07, 2008
30 usages

Cocoon Core · Module that contains dependencies to all modules normally needed for a basic Cocoon webapp. Cocoon blocks should normally depend on this modules, as the exact content of the more fine grained sitemap, pipeline and support modules is not stable yet. This module also contains some classes, configuration files and tests that we not have decided where to move yet.

<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-core</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cocoon : cocoon-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0
  • Latest Release Candidate: 2.2.0-RC2

All Versions

Choose a version of org.apache.cocoon : cocoon-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
cocoon-core-2.2.0
cocoon-core-2.2.0-RC2
cocoon-core-2.2.0-RC1
cocoon-core-2.2.0-M3
cocoon-core-2.2.0-M2
cocoon-core-2.2.0-M1

How to add a dependency to Maven

Add the following org.apache.cocoon : cocoon-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-core</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cocoon : cocoon-core gradle dependency to your build.gradle file:

implementation 'org.apache.cocoon:cocoon-core:2.2.0'

Gradle Kotlin DSL: Add the following org.apache.cocoon : cocoon-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cocoon:cocoon-core:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cocoon : cocoon-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cocoon" % "cocoon-core" % "2.2.0"

Advertisement