MVN

org.mobicents.smsc : test-mapmodule

Maven & Gradle

Dec 08, 2017

Test : MapModule

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

Latest Version

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

  • Latest Stable: 7.4.0-106

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.smsc</groupId>
    <artifactId>test-mapmodule</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-mapmodule gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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