MVN

com.att.ocnp.mgmt : grm-edge-service

Maven & Gradle

Nov 16, 2017

grm-edge-service

<dependency>
    <groupId>com.att.ocnp.mgmt</groupId>
    <artifactId>grm-edge-service</artifactId>
    <version>1.1.18-oss</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.att.ocnp.mgmt : grm-edge-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.18-oss

All Versions

Choose a version of com.att.ocnp.mgmt : grm-edge-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
grm-edge-service-1.1.18-oss

How to add a dependency to Maven

Add the following com.att.ocnp.mgmt : grm-edge-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.att.ocnp.mgmt</groupId>
    <artifactId>grm-edge-service</artifactId>
    <version>1.1.18-oss</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.att.ocnp.mgmt : grm-edge-service gradle dependency to your build.gradle file:

implementation 'com.att.ocnp.mgmt:grm-edge-service:1.1.18-oss'

Gradle Kotlin DSL: Add the following com.att.ocnp.mgmt : grm-edge-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.att.ocnp.mgmt:grm-edge-service:1.1.18-oss")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.att.ocnp.mgmt : grm-edge-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.att.ocnp.mgmt" % "grm-edge-service" % "1.1.18-oss"

Advertisement