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