MVN

net.java.dev.vcc.thirdparty : xen-api

Maven & Gradle

Apr 08, 2014

XenServer SDK for Java · Mavenized build of the XenServer SDK for Java.

<dependency>
    <groupId>net.java.dev.vcc.thirdparty</groupId>
    <artifactId>xen-api</artifactId>
    <version>6.2.0-3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.vcc.thirdparty : xen-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0-3.1

All Versions

Choose a version of net.java.dev.vcc.thirdparty : xen-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
xen-api-6.2.0-3.1
xen-api-6.2.0-3
5.0.x
xen-api-5.0.0-6
xen-api-5.0.0-5
xen-api-5.0.0-4
xen-api-5.0.0-3

How to add a dependency to Maven

Add the following net.java.dev.vcc.thirdparty : xen-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.dev.vcc.thirdparty</groupId>
    <artifactId>xen-api</artifactId>
    <version>6.2.0-3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev.vcc.thirdparty : xen-api gradle dependency to your build.gradle file:

implementation 'net.java.dev.vcc.thirdparty:xen-api:6.2.0-3.1'

Gradle Kotlin DSL: Add the following net.java.dev.vcc.thirdparty : xen-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev.vcc.thirdparty:xen-api:6.2.0-3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev.vcc.thirdparty : xen-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev.vcc.thirdparty" % "xen-api" % "6.2.0-3.1"