o

oak-parent

The goal of the Oak effort within the Apache Jackrabbit project is to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications.
http://jackrabbit.apache.org/
Files download
File Operation
oak-parent-1.8.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.jackrabbit</groupId>
  <artifactId>oak-parent</artifactId>
  <version>1.8.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jackrabbit:oak-parent:1.8.6'
Gradle Kotlin
implementation("org.apache.jackrabbit:oak-parent:1.8.6")
Scala SBT
libraryDependencies += "org.apache.jackrabbit" % "oak-parent" % "1.8.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jackrabbit', module='oak-parent', version='1.8.6')
)
Apache Ivy
<dependency org="org.apache.jackrabbit" name="oak-parent" rev="1.8.6" />
Leiningen
[org.apache.jackrabbit/oak-parent "1.8.6"]
Apache Buildr
'org.apache.jackrabbit:oak-parent:jar:1.8.6'