MVN

org.fedoraproject.xmvn : xmvn-connector

Maven & Gradle

Mar 20, 2023

XMvn Connector for Maven Resolver · XMvn Connector for Maven Resolver provides integration of Maven Resolver with XMvn. It provides an adapter which allows XMvn resolver to be used as Maven workspace reader.

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

Latest Version

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

  • Latest Stable: 4.2.0

All Versions

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

Version Vulnerabilities Updated
4.2.x
xmvn-connector-4.2.0
4.1.x
xmvn-connector-4.1.0
4.0.x
xmvn-connector-4.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.fedoraproject.xmvn:xmvn-connector:4.2.0'

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

implementation("org.fedoraproject.xmvn:xmvn-connector:4.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-connector" % "4.2.0"

Advertisement