MVN

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

Maven & Gradle

Jul 12, 2023
6 stars

Corsac jSS7 :: TCAP :: Api :: tcap-api

<dependency>
    <groupId>com.mobius-software.protocols.ss7.tcap</groupId>
    <artifactId>tcap-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.tcap : tcap-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.tcap : tcap-api to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mobius-software.protocols.ss7.tcap</groupId>
    <artifactId>tcap-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.tcap : tcap-api gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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