MVN

com.mobius-software.protocols.ss7.sccp : sccp-api

Maven & Gradle

Jul 12, 2023
6 stars

Corsac jSS7 :: SCCP :: Api :: sccp-api

<dependency>
    <groupId>com.mobius-software.protocols.ss7.sccp</groupId>
    <artifactId>sccp-api</artifactId>
    <version>10.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobius-software.protocols.ss7.sccp : sccp-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.28

All Versions

Choose a version of com.mobius-software.protocols.ss7.sccp : sccp-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
sccp-api-10.0.28
sccp-api-10.0.27
sccp-api-10.0.26
sccp-api-10.0.25
sccp-api-10.0.24
sccp-api-10.0.20
sccp-api-10.0.19
sccp-api-10.0.18
sccp-api-10.0.17
sccp-api-10.0.16
sccp-api-10.0.15
sccp-api-10.0.14
sccp-api-10.0.13
sccp-api-10.0.12
sccp-api-10.0.11
sccp-api-10.0.10
sccp-api-10.0.9
sccp-api-10.0.8
sccp-api-10.0.7
sccp-api-10.0.6
sccp-api-10.0.5
sccp-api-10.0.4
sccp-api-10.0.3
sccp-api-10.0.2
sccp-api-10.0.1

How to add a dependency to Maven

Add the following com.mobius-software.protocols.ss7.sccp : sccp-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobius-software.protocols.ss7.sccp</groupId>
    <artifactId>sccp-api</artifactId>
    <version>10.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobius-software.protocols.ss7.sccp : sccp-api gradle dependency to your build.gradle file:

implementation 'com.mobius-software.protocols.ss7.sccp:sccp-api:10.0.28'

Gradle Kotlin DSL: Add the following com.mobius-software.protocols.ss7.sccp : sccp-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobius-software.protocols.ss7.sccp:sccp-api:10.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobius-software.protocols.ss7.sccp : sccp-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobius-software.protocols.ss7.sccp" % "sccp-api" % "10.0.28"