Download cocoon-core-2.2.0-M2.jar file - Jar c

Jar examples for c:cocoon-core

Description

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.

You can download jar file cocoon-core 2.2.0-M2 in this page.

License

Apache License

Build File

You can use the following script to add cocoon-core-2.2.0-M2.jar to your project.

<dependency>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-core</artifactId>
   <version>2.2.0-M2</version>
</dependency>
compile group: 'org.apache.cocoon', name: 'cocoon-core', version: '2.2.0-M2'
libraryDependencies += "org.apache.cocoon" % "cocoon-core" % "2.2.0-M2"
<dependency org="org.apache.cocoon" name="cocoon-core" rev="2.2.0-M2"/>
@Grapes(@Grab(group='org.apache.cocoon', module='cocoon-core', version='2.2.0-M2'))
'org.apache.cocoon:cocoon-core:jar:2.2.0-M2'

Download

Click the following link to download the jar file.

cocoon-core-2.2.0-M2-javadoc.jar
cocoon-core-2.2.0-M2-sources.jar
cocoon-core-2.2.0-M2-tests.jar
cocoon-core-2.2.0-M2.jar
cocoon-core-2.2.0-M2.pom



Related Tutorials