Files download
File Operation
library-7.1.0-96.jar download
library-7.1.0-96.pom download
library-7.1.0-96-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mobicents.ussd</groupId>
  <artifactId>library</artifactId>
  <version>7.1.0-96</version>
</dependency>
Gradle Groovy
implementation 'org.mobicents.ussd:library:7.1.0-96'
Gradle Kotlin
implementation("org.mobicents.ussd:library:7.1.0-96")
Scala SBT
libraryDependencies += "org.mobicents.ussd" % "library" % "7.1.0-96"
Groovy Grape
@Grapes(
  @Grab(group='org.mobicents.ussd', module='library', version='7.1.0-96')
)
Apache Ivy
<dependency org="org.mobicents.ussd" name="library" rev="7.1.0-96" />
Leiningen
[org.mobicents.ussd/library "7.1.0-96"]
Apache Buildr
'org.mobicents.ussd:library:jar:7.1.0-96'