MVN

org.mobicents.smsc : test-bootstrap

Maven & Gradle

Dec 08, 2017

Test : Bootstrap

<dependency>
    <groupId>org.mobicents.smsc</groupId>
    <artifactId>test-bootstrap</artifactId>
    <version>7.4.0-106</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.smsc : test-bootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.0-106

All Versions

Choose a version of org.mobicents.smsc : test-bootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
test-bootstrap-7.4.179
test-bootstrap-7.4.178
test-bootstrap-7.4.174
test-bootstrap-7.4.173
test-bootstrap-7.4.172
test-bootstrap-7.4.169
test-bootstrap-7.4.168
test-bootstrap-7.4.167
test-bootstrap-7.4.166
test-bootstrap-7.4.165
test-bootstrap-7.4.164
test-bootstrap-7.4.163
test-bootstrap-7.4.162
test-bootstrap-7.4.157
test-bootstrap-7.4.156
test-bootstrap-7.4.155
test-bootstrap-7.4.154
test-bootstrap-7.4.0-106
test-bootstrap-7.4.0-105
test-bootstrap-7.4.0-75
test-bootstrap-7.4.0-74
test-bootstrap-7.4.0-73
7.3.x
test-bootstrap-7.3.153
test-bootstrap-7.3.151
test-bootstrap-7.3.150
test-bootstrap-7.3.148
test-bootstrap-7.3.147
test-bootstrap-7.3.136
test-bootstrap-7.3.135
test-bootstrap-7.3.119
test-bootstrap-7.3.117
test-bootstrap-7.3.116
test-bootstrap-7.3.115
test-bootstrap-7.3.114
test-bootstrap-7.3.113
test-bootstrap-7.3.112
test-bootstrap-7.3.111
7.2.x
test-bootstrap-7.2.109
test-bootstrap-7.2.108
test-bootstrap-7.2.107
test-bootstrap-7.2.106
test-bootstrap-7.2.104
test-bootstrap-7.2.103
test-bootstrap-7.2.102
test-bootstrap-7.2.100
test-bootstrap-7.2.99
test-bootstrap-7.2.95
7.1.x
test-bootstrap-7.1.93
test-bootstrap-7.1.91
test-bootstrap-7.1.90
test-bootstrap-7.1.89
test-bootstrap-7.1.88
test-bootstrap-7.1.87
test-bootstrap-7.1.86
test-bootstrap-7.1.85
test-bootstrap-7.1.84
test-bootstrap-7.1.82
test-bootstrap-7.1.81
test-bootstrap-7.1.80
test-bootstrap-7.1.79
test-bootstrap-7.1.78
test-bootstrap-7.1.76
test-bootstrap-7.1.75
test-bootstrap-7.1.74
test-bootstrap-7.1.73
test-bootstrap-7.1.72
test-bootstrap-7.1.71
test-bootstrap-7.1.70
test-bootstrap-7.1.69
test-bootstrap-7.1.68
test-bootstrap-7.1.67
test-bootstrap-7.1.66
test-bootstrap-7.1.65
test-bootstrap-7.1.63
test-bootstrap-7.1.62
test-bootstrap-7.1.60
test-bootstrap-7.1.59
test-bootstrap-7.1.58
test-bootstrap-7.1.57
7.0.x
test-bootstrap-7.0.56
test-bootstrap-7.0.55
test-bootstrap-7.0.54
test-bootstrap-7.0.53
test-bootstrap-7.0.52
test-bootstrap-7.0.51
test-bootstrap-7.0.50
test-bootstrap-7.0.49
test-bootstrap-7.0.48
test-bootstrap-7.0.47
test-bootstrap-7.0.46
test-bootstrap-7.0.45
test-bootstrap-7.0.44
test-bootstrap-7.0.43
test-bootstrap-7.0.42
test-bootstrap-7.0.41
3.0.x
test-bootstrap-3.0.33
test-bootstrap-3.0.32
test-bootstrap-3.0.31
test-bootstrap-3.0.30
test-bootstrap-3.0.29
test-bootstrap-3.0.27
test-bootstrap-3.0.26
test-bootstrap-3.0.25
test-bootstrap-3.0.24
test-bootstrap-3.0.23
test-bootstrap-3.0.22
test-bootstrap-3.0.19
test-bootstrap-3.0.18
test-bootstrap-3.0.17
test-bootstrap-3.0.16
test-bootstrap-3.0.15
test-bootstrap-3.0.14
test-bootstrap-3.0.13
test-bootstrap-3.0.12
test-bootstrap-3.0.11
test-bootstrap-3.0.10
test-bootstrap-3.0.8
test-bootstrap-3.0.7
test-bootstrap-3.0.6
test-bootstrap-3.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.smsc</groupId>
    <artifactId>test-bootstrap</artifactId>
    <version>7.4.0-106</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.smsc : test-bootstrap gradle dependency to your build.gradle file:

implementation 'org.mobicents.smsc:test-bootstrap:7.4.0-106'

Gradle Kotlin DSL: Add the following org.mobicents.smsc : test-bootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.smsc:test-bootstrap:7.4.0-106")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.smsc : test-bootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.smsc" % "test-bootstrap" % "7.4.0-106"