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