is not current version
Last Version 2.2.0

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


GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-core
Version

Version

2.2.0-M1
Type

Type

jar

Download cocoon-core 2.2.0-M1


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