| GroupId | GroupIdorg.mobicents.ussd |
|---|---|
| ArtifactId | ArtifactIdtest-mapmodule |
| Version | Version7.0.55 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-mapmodule-7.0.55.pom | |
| test-mapmodule-7.0.55.jar | 9 KB |
| test-mapmodule-7.0.55-sources.jar | 5 KB |
| test-mapmodule-7.0.55-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.ussd/test-mapmodule/ -->
<dependency>
<groupId>org.mobicents.ussd</groupId>
<artifactId>test-mapmodule</artifactId>
<version>7.0.55</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/test-mapmodule/
implementation 'org.mobicents.ussd:test-mapmodule:7.0.55'
// https://jarcasting.com/artifacts/org.mobicents.ussd/test-mapmodule/
implementation ("org.mobicents.ussd:test-mapmodule:7.0.55")
'org.mobicents.ussd:test-mapmodule:jar:7.0.55'
<dependency org="org.mobicents.ussd" name="test-mapmodule" rev="7.0.55">
<artifact name="test-mapmodule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='test-mapmodule', version='7.0.55')
)
libraryDependencies += "org.mobicents.ussd" % "test-mapmodule" % "7.0.55"
[org.mobicents.ussd/test-mapmodule "7.0.55"]