MVN

org.restcomm.smpp : bootstrap

Maven & Gradle

May 31, 2018
5 stars

Core : Bootstrap

<dependency>
    <groupId>org.restcomm.smpp</groupId>
    <artifactId>bootstrap</artifactId>
    <version>7.1.0-153</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm.smpp : bootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.0-153

All Versions

Choose a version of org.restcomm.smpp : bootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
bootstrap-7.1.54
bootstrap-7.1.53
bootstrap-7.1.52
bootstrap-7.1.51
bootstrap-7.1.50
bootstrap-7.1.49
bootstrap-7.1.48
bootstrap-7.1.47
bootstrap-7.1.46
bootstrap-7.1.45
bootstrap-7.1.44
bootstrap-7.1.43
bootstrap-7.1.42
bootstrap-7.1.41
bootstrap-7.1.39
bootstrap-7.1.38
bootstrap-7.1.37
bootstrap-7.1.36
bootstrap-7.1.35
bootstrap-7.1.0-153
bootstrap-7.1.0-139
bootstrap-7.1.0-138
bootstrap-7.1.0-128
bootstrap-7.1.0-95
bootstrap-7.1.0-79
bootstrap-7.1.0-73
bootstrap-7.1.0-72
bootstrap-7.1.0-66
bootstrap-7.1.0-18
7.0.x
bootstrap-7.0.34
bootstrap-7.0.33
bootstrap-7.0.32
bootstrap-7.0.31
bootstrap-7.0.30
bootstrap-7.0.28
bootstrap-7.0.27
bootstrap-7.0.25
bootstrap-7.0.24
bootstrap-7.0.23
bootstrap-7.0.22
bootstrap-7.0.21
1.0.x
bootstrap-1.0.20
bootstrap-1.0.19
bootstrap-1.0.18
bootstrap-1.0.17
bootstrap-1.0.16
bootstrap-1.0.15
bootstrap-1.0.14
bootstrap-1.0.13
bootstrap-1.0.12
bootstrap-1.0.11
bootstrap-1.0.9
bootstrap-1.0.8
bootstrap-1.0.7
bootstrap-1.0.6
bootstrap-1.0.5
bootstrap-1.0.4

How to add a dependency to Maven

Add the following org.restcomm.smpp : bootstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm.smpp</groupId>
    <artifactId>bootstrap</artifactId>
    <version>7.1.0-153</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm.smpp : bootstrap gradle dependency to your build.gradle file:

implementation 'org.restcomm.smpp:bootstrap:7.1.0-153'

Gradle Kotlin DSL: Add the following org.restcomm.smpp : bootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm.smpp:bootstrap:7.1.0-153")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm.smpp : bootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm.smpp" % "bootstrap" % "7.1.0-153"