MVN

org.restcomm.smpp : bootstrap-wildfly

Maven & Gradle

May 31, 2018

Core : Bootstrap for WildFly

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

Latest Version

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

  • Latest Stable: 7.1.0-153

All Versions

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

Version Vulnerabilities Updated
7.1.x
bootstrap-wildfly-7.1.54
bootstrap-wildfly-7.1.53
bootstrap-wildfly-7.1.52
bootstrap-wildfly-7.1.51
bootstrap-wildfly-7.1.50
bootstrap-wildfly-7.1.49
bootstrap-wildfly-7.1.48
bootstrap-wildfly-7.1.47
bootstrap-wildfly-7.1.46
bootstrap-wildfly-7.1.45
bootstrap-wildfly-7.1.44
bootstrap-wildfly-7.1.43
bootstrap-wildfly-7.1.42
bootstrap-wildfly-7.1.41
bootstrap-wildfly-7.1.39
bootstrap-wildfly-7.1.38
bootstrap-wildfly-7.1.37
bootstrap-wildfly-7.1.36
bootstrap-wildfly-7.1.35
bootstrap-wildfly-7.1.0-153
bootstrap-wildfly-7.1.0-139
bootstrap-wildfly-7.1.0-138
bootstrap-wildfly-7.1.0-128
bootstrap-wildfly-7.1.0-95
bootstrap-wildfly-7.1.0-79
bootstrap-wildfly-7.1.0-73
bootstrap-wildfly-7.1.0-72
bootstrap-wildfly-7.1.0-66
bootstrap-wildfly-7.1.0-18
7.0.x
bootstrap-wildfly-7.0.33
bootstrap-wildfly-7.0.31
bootstrap-wildfly-7.0.30
bootstrap-wildfly-7.0.28
bootstrap-wildfly-7.0.27
bootstrap-wildfly-7.0.25
bootstrap-wildfly-7.0.24
bootstrap-wildfly-7.0.23
bootstrap-wildfly-7.0.22
bootstrap-wildfly-7.0.21
1.0.x
bootstrap-wildfly-1.0.17
bootstrap-wildfly-1.0.16
bootstrap-wildfly-1.0.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.restcomm.smpp</groupId>
    <artifactId>bootstrap-wildfly</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-wildfly gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement