GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version7.0.51 |
Type | Typejar |
Filename | Size |
---|---|
library-7.0.51.pom | |
library-7.0.51.jar | 76 KB |
library-7.0.51-sources.jar | 2 KB |
library-7.0.51-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.ussd/library/ -->
<dependency>
<groupId>org.mobicents.ussd</groupId>
<artifactId>library</artifactId>
<version>7.0.51</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/library/
implementation 'org.mobicents.ussd:library:7.0.51'
// https://jarcasting.com/artifacts/org.mobicents.ussd/library/
implementation ("org.mobicents.ussd:library:7.0.51")
'org.mobicents.ussd:library:jar:7.0.51'
<dependency org="org.mobicents.ussd" name="library" rev="7.0.51">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='library', version='7.0.51')
)
libraryDependencies += "org.mobicents.ussd" % "library" % "7.0.51"
[org.mobicents.ussd/library "7.0.51"]