is not current version
Last Version 3.1.0

org.artifactory:artifactory-parent 3.0.4

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.

GroupId

GroupId

org.artifactory
ArtifactId

ArtifactId

artifactory-parent
Version

Version

3.0.4
Type

Type

pom

Download artifactory-parent 3.0.4


<!-- https://jarcasting.com/artifacts/org.artifactory/artifactory-parent/ -->
<dependency>
    <groupId>org.artifactory</groupId>
    <artifactId>artifactory-parent</artifactId>
    <version>3.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.artifactory/artifactory-parent/
implementation 'org.artifactory:artifactory-parent:3.0.4'
// https://jarcasting.com/artifacts/org.artifactory/artifactory-parent/
implementation ("org.artifactory:artifactory-parent:3.0.4")
'org.artifactory:artifactory-parent:pom:3.0.4'
<dependency org="org.artifactory" name="artifactory-parent" rev="3.0.4">
  <artifact name="artifactory-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.artifactory', module='artifactory-parent', version='3.0.4')
)
libraryDependencies += "org.artifactory" % "artifactory-parent" % "3.0.4"
[org.artifactory/artifactory-parent "3.0.4"]