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