Download jackrabbit-jcr-rmi-2.8.9.jar file - Jar j

Jar examples for j:jackrabbit-jcr-rmi

Description

JCR-RMI is a transparent Remote Method Invocation (RMI) layer for the Content Repository for Java Technology API (JCR). The layer makes it possible to remotely access JCR content repositories. JCR-RMI is developed as a part of the Apache Jackrabbit project, but the implementation is compatible with all JCR content repositories.

You can download jar file jackrabbit-jcr-rmi 2.8.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackrabbit-jcr-rmi-2.8.9.jar to your project.

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

Download

Click the following link to download the jar file.

jackrabbit-jcr-rmi-2.8.9-javadoc.jar
jackrabbit-jcr-rmi-2.8.9-sources.jar
jackrabbit-jcr-rmi-2.8.9.jar
jackrabbit-jcr-rmi-2.8.9.pom



Related Tutorials