GroupId | GroupIdorg.restcomm.smpp |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-1.0.19.pom | |
bootstrap-1.0.19.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap/ -->
<dependency>
<groupId>org.restcomm.smpp</groupId>
<artifactId>bootstrap</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap/
implementation 'org.restcomm.smpp:bootstrap:1.0.19'
// https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap/
implementation ("org.restcomm.smpp:bootstrap:1.0.19")
'org.restcomm.smpp:bootstrap:jar:1.0.19'
<dependency org="org.restcomm.smpp" name="bootstrap" rev="1.0.19">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.smpp', module='bootstrap', version='1.0.19')
)
libraryDependencies += "org.restcomm.smpp" % "bootstrap" % "1.0.19"
[org.restcomm.smpp/bootstrap "1.0.19"]