GroupId | GroupIdorg.mobicents.ussd |
---|---|
ArtifactId | ArtifactIdtest-mapmodule |
Version | Version3.0.25 |
Type | Typejar |
Filename | Size |
---|---|
test-mapmodule-3.0.25.pom | |
test-mapmodule-3.0.25.jar | 9 KB |
test-mapmodule-3.0.25-sources.jar | 5 KB |
test-mapmodule-3.0.25-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>3.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.ussd/test-mapmodule/
implementation 'org.mobicents.ussd:test-mapmodule:3.0.25'
// https://jarcasting.com/artifacts/org.mobicents.ussd/test-mapmodule/
implementation ("org.mobicents.ussd:test-mapmodule:3.0.25")
'org.mobicents.ussd:test-mapmodule:jar:3.0.25'
<dependency org="org.mobicents.ussd" name="test-mapmodule" rev="3.0.25">
<artifact name="test-mapmodule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.ussd', module='test-mapmodule', version='3.0.25')
)
libraryDependencies += "org.mobicents.ussd" % "test-mapmodule" % "3.0.25"
[org.mobicents.ussd/test-mapmodule "3.0.25"]