MVN

com.syniverse.sdk : scg-messaging-api

Maven & Gradle

Feb 10, 2021

SCG Messaging API · The SCG Messaging Java SDK. Simplifies the development of applications that need to work with Syniverse SCG API. See Samples (Integration Tests) for usage.

<dependency>
    <groupId>com.syniverse.sdk</groupId>
    <artifactId>scg-messaging-api</artifactId>
    <version>2.2.3.1060</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.syniverse.sdk : scg-messaging-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3.1060

All Versions

Choose a version of com.syniverse.sdk : scg-messaging-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
scg-messaging-api-2.2.3.1060
scg-messaging-api-2.2.0.2174
2.0.x
scg-messaging-api-2.0.1.1992
scg-messaging-api-2.0.0.1970
scg-messaging-api-2.0.0.1959

How to add a dependency to Maven

Add the following com.syniverse.sdk : scg-messaging-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.syniverse.sdk</groupId>
    <artifactId>scg-messaging-api</artifactId>
    <version>2.2.3.1060</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.syniverse.sdk : scg-messaging-api gradle dependency to your build.gradle file:

implementation 'com.syniverse.sdk:scg-messaging-api:2.2.3.1060'

Gradle Kotlin DSL: Add the following com.syniverse.sdk : scg-messaging-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.syniverse.sdk:scg-messaging-api:2.2.3.1060")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.syniverse.sdk : scg-messaging-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.syniverse.sdk" % "scg-messaging-api" % "2.2.3.1060"

Advertisement