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