MVN

com.hpe.adm.nga.sdk : sdk-integration-tests

Maven & Gradle

Oct 24, 2018
17 stars
<dependency>
    <groupId>com.hpe.adm.nga.sdk</groupId>
    <artifactId>sdk-integration-tests</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-integration-tests 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-integration-tests to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hpe.adm.nga.sdk</groupId>
    <artifactId>sdk-integration-tests</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-integration-tests gradle dependency to your build.gradle file:

implementation 'com.hpe.adm.nga.sdk:sdk-integration-tests:12.60.16'

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

implementation("com.hpe.adm.nga.sdk:sdk-integration-tests:12.60.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hpe.adm.nga.sdk" % "sdk-integration-tests" % "12.60.16"

Advertisement