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