MVN

org.restcomm.protocols.ss7.hardware : restcomm-dialogic

Maven & Gradle

Mar 02, 2018
6 usages
141 stars
<dependency>
    <groupId>org.restcomm.protocols.ss7.hardware</groupId>
    <artifactId>restcomm-dialogic</artifactId>
    <version>8.0.0-140</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm.protocols.ss7.hardware : restcomm-dialogic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-140

All Versions

Choose a version of org.restcomm.protocols.ss7.hardware : restcomm-dialogic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
restcomm-dialogic-8.0.0-140
restcomm-dialogic-8.0.0-139
restcomm-dialogic-8.0.0-136

How to add a dependency to Maven

Add the following org.restcomm.protocols.ss7.hardware : restcomm-dialogic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm.protocols.ss7.hardware</groupId>
    <artifactId>restcomm-dialogic</artifactId>
    <version>8.0.0-140</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm.protocols.ss7.hardware : restcomm-dialogic gradle dependency to your build.gradle file:

implementation 'org.restcomm.protocols.ss7.hardware:restcomm-dialogic:8.0.0-140'

Gradle Kotlin DSL: Add the following org.restcomm.protocols.ss7.hardware : restcomm-dialogic gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm.protocols.ss7.hardware:restcomm-dialogic:8.0.0-140")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm.protocols.ss7.hardware : restcomm-dialogic sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm.protocols.ss7.hardware" % "restcomm-dialogic" % "8.0.0-140"

Advertisement