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