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