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