GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version7.0.47 |
Type | Typejar |
Filename | Size |
---|---|
library-7.0.47.pom | |
library-7.0.47.jar | 76 KB |
library-7.0.47-sources.jar | 2 KB |
library-7.0.47-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.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/library/
implementation 'org.mobicents.ussd:library:7.0.47'
// https://jarcasting.com/artifacts/org.mobicents.ussd/library/
implementation ("org.mobicents.ussd:library:7.0.47")
'org.mobicents.ussd:library:jar:7.0.47'
<dependency org="org.mobicents.ussd" name="library" rev="7.0.47">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='library', version='7.0.47')
)
libraryDependencies += "org.mobicents.ussd" % "library" % "7.0.47"
[org.mobicents.ussd/library "7.0.47"]