не последняя версия
Последняя версия 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.

Группа

Группа

org.apache.cocoon
Идентификатор

Идентификатор

cocoon-core
Версия

Версия

2.2.0-RC2
Тип

Тип

jar

Скачать 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"]