MVN

org.apache.jackrabbit : parent

Maven & Gradle

Sep 29, 2009

Apache Jackrabbit · Apache Jackrabbit is an open source project for creating and maintaining software and documentation related to the Content Repository for Java Technology API (JCR) and its implementation as the Apache Jackrabbit content repository.

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>parent</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jackrabbit : parent to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.apache.jackrabbit : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5
parent-5
4
parent-4
3
parent-3
2
parent-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>parent</artifactId>
    <version>5</version>
</dependency>