j

jackrabbit-jcr-rmi

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.
Files download
File Operation
jackrabbit-jcr-rmi-1.2.2.jar download
jackrabbit-jcr-rmi-1.2.2.pom download
jackrabbit-jcr-rmi-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.jackrabbit</groupId>
  <artifactId>jackrabbit-jcr-rmi</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.jackrabbit:jackrabbit-jcr-rmi:1.2.2'
Gradle Kotlin
implementation("org.apache.jackrabbit:jackrabbit-jcr-rmi:1.2.2")
Scala SBT
libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-jcr-rmi" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jackrabbit', module='jackrabbit-jcr-rmi', version='1.2.2')
)
Apache Ivy
<dependency org="org.apache.jackrabbit" name="jackrabbit-jcr-rmi" rev="1.2.2" />
Leiningen
[org.apache.jackrabbit/jackrabbit-jcr-rmi "1.2.2"]
Apache Buildr
'org.apache.jackrabbit:jackrabbit-jcr-rmi:jar:1.2.2'