Download jackrabbit-jcr-rmi-2.8.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials