Download jackrabbit-jcr-rmi-1.5.0.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 1.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jackrabbit-jcr-rmi-1.5.0-sources.jar
jackrabbit-jcr-rmi-1.5.0.jar
jackrabbit-jcr-rmi-1.5.0.pom



Related Tutorials