Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.eqixiac.equinix |
ArtifactId | ArtifactIdequinix-sdk-java-core |
Last Version | Last Version1.1-beta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEquinix SDK for Java | Core
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.
|
<!-- https://jarcasting.com/artifacts/com.eqixiac.equinix/equinix-sdk-java-core/ -->
<dependency>
<groupId>com.eqixiac.equinix</groupId>
<artifactId>equinix-sdk-java-core</artifactId>
<version>1.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.eqixiac.equinix/equinix-sdk-java-core/
implementation 'com.eqixiac.equinix:equinix-sdk-java-core:1.1-beta'
// https://jarcasting.com/artifacts/com.eqixiac.equinix/equinix-sdk-java-core/
implementation ("com.eqixiac.equinix:equinix-sdk-java-core:1.1-beta")
'com.eqixiac.equinix:equinix-sdk-java-core:jar:1.1-beta'
<dependency org="com.eqixiac.equinix" name="equinix-sdk-java-core" rev="1.1-beta">
<artifact name="equinix-sdk-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eqixiac.equinix', module='equinix-sdk-java-core', version='1.1-beta')
)
libraryDependencies += "com.eqixiac.equinix" % "equinix-sdk-java-core" % "1.1-beta"
[com.eqixiac.equinix/equinix-sdk-java-core "1.1-beta"]