MVN

org.artifactory : artifactory-parent

Maven & Gradle

Dec 17, 2013

Artifactory Parent · Artifactory is an enterprise repository for binaries. It offers advanced artifacts proxying, caching and management facilities to provide a robust, reproducible and independent build environment when using Maven 2/3, Gradle and Ant/Ivy.

<dependency>
    <groupId>org.artifactory</groupId>
    <artifactId>artifactory-parent</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.4

All Versions

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

Version Vulnerabilities Updated
3.1.x
artifactory-parent-3.1.0
3.0.x
artifactory-parent-3.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.artifactory</groupId>
    <artifactId>artifactory-parent</artifactId>
    <version>3.0.4</version>
</dependency>