MVN

org.fedoraproject.xmvn : xmvn-connector-ivy

Maven & Gradle

Jun 14, 2019
1 usages
5 stars

XMvn Connector for Apache Ivy · XMvn Connector for Apache Ivy provides integration of Apache Ivy with XMvn. It provides an adapter which allows XMvn resolver to be used as Ivy resolver.

<dependency>
    <groupId>org.fedoraproject.xmvn</groupId>
    <artifactId>xmvn-connector-ivy</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fedoraproject.xmvn : xmvn-connector-ivy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.fedoraproject.xmvn : xmvn-connector-ivy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
xmvn-connector-ivy-3.1.0
3.0.x
xmvn-connector-ivy-3.0.0

How to add a dependency to Maven

Add the following org.fedoraproject.xmvn : xmvn-connector-ivy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fedoraproject.xmvn</groupId>
    <artifactId>xmvn-connector-ivy</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fedoraproject.xmvn : xmvn-connector-ivy gradle dependency to your build.gradle file:

implementation 'org.fedoraproject.xmvn:xmvn-connector-ivy:3.1.0'

Gradle Kotlin DSL: Add the following org.fedoraproject.xmvn : xmvn-connector-ivy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fedoraproject.xmvn:xmvn-connector-ivy:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fedoraproject.xmvn : xmvn-connector-ivy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-connector-ivy" % "3.1.0"

Advertisement