MVN

org.jvnet.hudson.plugins : ivy

Maven & Gradle

Nov 15, 2010
2 usages

Hudson Ivy plugin

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

Latest Version

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

  • Latest Stable: 1.14

All Versions

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

Version Vulnerabilities Updated
1.14
ivy-1.14
1.13
ivy-1.13
1.12
ivy-1.12
1.11
ivy-1.11
1.10
ivy-1.10
1.9
ivy-1.9
1.8
ivy-1.8
1.7
ivy-1.7
1.6
ivy-1.6
1.5
ivy-1.5
1.4
ivy-1.4
1.3
ivy-1.3
1.2
ivy-1.2
1.1
ivy-1.1
1.0
ivy-1.0
0.6
ivy-0.6
0.5
ivy-0.5
0.4
ivy-0.4
0.3
ivy-0.3
0.2
ivy-0.2
0.1
ivy-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>ivy</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:ivy:1.14'

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

implementation("org.jvnet.hudson.plugins:ivy:1.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "ivy" % "1.14"

Advertisement