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