MVN

com.hpe.adm.nga.sdk : sdk-usage-examples

Maven & Gradle

Oct 24, 2018
17 stars
<dependency>
    <groupId>com.hpe.adm.nga.sdk</groupId>
    <artifactId>sdk-usage-examples</artifactId>
    <version>12.60.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hpe.adm.nga.sdk : sdk-usage-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.60.16

All Versions

Choose a version of com.hpe.adm.nga.sdk : sdk-usage-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.60.x
sdk-usage-examples-12.60.16
12.55.x
sdk-usage-examples-12.55.32
sdk-usage-examples-12.55.8
sdk-usage-examples-12.55.5
sdk-usage-examples-12.55.4
12.53.x
sdk-usage-examples-12.53.16

How to add a dependency to Maven

Add the following com.hpe.adm.nga.sdk : sdk-usage-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hpe.adm.nga.sdk</groupId>
    <artifactId>sdk-usage-examples</artifactId>
    <version>12.60.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hpe.adm.nga.sdk : sdk-usage-examples gradle dependency to your build.gradle file:

implementation 'com.hpe.adm.nga.sdk:sdk-usage-examples:12.60.16'

Gradle Kotlin DSL: Add the following com.hpe.adm.nga.sdk : sdk-usage-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hpe.adm.nga.sdk:sdk-usage-examples:12.60.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hpe.adm.nga.sdk : sdk-usage-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hpe.adm.nga.sdk" % "sdk-usage-examples" % "12.60.16"

Advertisement