is not current version
Last Version 2.2.0

org.apache.cocoon:cocoon-core 2.2.0-RC2

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.

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-core
Version

Version

2.2.0-RC2
Type

Type

jar

Download cocoon-core 2.2.0-RC2


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