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