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