License |
License |
---|---|
GroupId | GroupIdorg.apache.jackrabbit |
ArtifactId | ArtifactIdoak-parent |
Last Version | Last Version1.42.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOak Parent POM
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
oak-parent-1.42.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/ -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.42.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/
implementation 'org.apache.jackrabbit:oak-parent:1.42.0'
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/
implementation ("org.apache.jackrabbit:oak-parent:1.42.0")
'org.apache.jackrabbit:oak-parent:pom:1.42.0'
<dependency org="org.apache.jackrabbit" name="oak-parent" rev="1.42.0">
<artifact name="oak-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='oak-parent', version='1.42.0')
)
libraryDependencies += "org.apache.jackrabbit" % "oak-parent" % "1.42.0"
[org.apache.jackrabbit/oak-parent "1.42.0"]