MVN

org.jvnet.hudson.plugins : artifactory

Maven & Gradle

Jan 26, 2011

Hudson Artifactory Plugin · Integrates Artifactory to Hudson

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>artifactory</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : artifactory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of org.jvnet.hudson.plugins : artifactory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
artifactory-1.4.2
artifactory-1.4.1
artifactory-1.4.0
1.3.x
artifactory-1.3.6
artifactory-1.3.5
artifactory-1.3.4
artifactory-1.3.3
artifactory-1.3.2
artifactory-1.3.1
artifactory-1.3.0
1.2.x
artifactory-1.2.0
1.1.x
artifactory-1.1.0
1.0.x
artifactory-1.0.7
artifactory-1.0.6
artifactory-1.0.5
artifactory-1.0.4
artifactory-1.0.3
artifactory-1.0.2
artifactory-1.0.1
1.0
artifactory-1.0
y
artifactory-y

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : artifactory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>artifactory</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : artifactory gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:artifactory:1.4.2'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : artifactory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:artifactory:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : artifactory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "artifactory" % "1.4.2"