MVN

com.eqixiac.equinix : equinix-sdk-java-fabric

Maven & Gradle

Aug 31, 2021

Equinix SDK for Java | Fabric · The Equinix SDK for Java Core module holds the classes, enums, and other resources that are used by the individual service clients to interact with Equinix Digital Services. Users should depend on this artifact to utilize other libraries such as Fabric, Network Edge or Metal, among others.

<dependency>
    <groupId>com.eqixiac.equinix</groupId>
    <artifactId>equinix-sdk-java-fabric</artifactId>
    <version>1.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eqixiac.equinix : equinix-sdk-java-fabric to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-beta
  • Latest Beta: 1.0-beta

All Versions

Choose a version of com.eqixiac.equinix : equinix-sdk-java-fabric to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
equinix-sdk-java-fabric-1.0-beta

How to add a dependency to Maven

Add the following com.eqixiac.equinix : equinix-sdk-java-fabric maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eqixiac.equinix</groupId>
    <artifactId>equinix-sdk-java-fabric</artifactId>
    <version>1.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eqixiac.equinix : equinix-sdk-java-fabric gradle dependency to your build.gradle file:

implementation 'com.eqixiac.equinix:equinix-sdk-java-fabric:1.0-beta'

Gradle Kotlin DSL: Add the following com.eqixiac.equinix : equinix-sdk-java-fabric gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eqixiac.equinix:equinix-sdk-java-fabric:1.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eqixiac.equinix : equinix-sdk-java-fabric sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eqixiac.equinix" % "equinix-sdk-java-fabric" % "1.0-beta"