Download jackrabbit-core-2.6.7.jar file - Jar j

Jar examples for j:jackrabbit-core

Description

The Apache Jackrabbit Project has been formed to develop an open source implementation of the Content Repository for Java Technology API (JCR), being specified within the Java Community Process as <a href="http://www.jcp.org/en/jsr/detail?id=170">JSR-170</a>. <a href="http://www.day.com/">Day Software</a>, the JSR-170 specification lead, has licensed an initial implementation of the JCR reference implementation for use as seed code for this project. JCR specifies an API for application developers (and application frameworks) to use for interaction with modern content repositories -- content management systems that provide content services such as versioning, transactions, indexing, workflow, etc.

You can download jar file jackrabbit-core 2.6.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackrabbit-core-2.6.7.jar to your project.

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

Download

Click the following link to download the jar file.

jackrabbit-core-2.6.7-javadoc.jar
jackrabbit-core-2.6.7-sources.jar
jackrabbit-core-2.6.7-tests.jar
jackrabbit-core-2.6.7.jar
jackrabbit-core-2.6.7.pom



Related Tutorials