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.
The Apache Software License, Version 2.0
文件下载
文件名 操作
jackrabbit-jcr-rmi-1.0.1.jar 下载
jackrabbit-jcr-rmi-1.0.1.pom 下载
jackrabbit-jcr-rmi-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.jackrabbit</groupId>
  <artifactId>jackrabbit-jcr-rmi</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.jackrabbit:jackrabbit-jcr-rmi:1.0.1'
Gradle Kotlin
implementation("org.apache.jackrabbit:jackrabbit-jcr-rmi:1.0.1")
Scala SBT
libraryDependencies += "org.apache.jackrabbit" % "jackrabbit-jcr-rmi" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jackrabbit', module='jackrabbit-jcr-rmi', version='1.0.1')
)
Apache Ivy
<dependency org="org.apache.jackrabbit" name="jackrabbit-jcr-rmi" rev="1.0.1" />
Leiningen
[org.apache.jackrabbit/jackrabbit-jcr-rmi "1.0.1"]
Apache Buildr
'org.apache.jackrabbit:jackrabbit-jcr-rmi:jar:1.0.1'