MVN

org.mobicents.smsc : stresstool

Maven & Gradle

Dec 08, 2017

Cassandra StressTool :: StressTool

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

Latest Version

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

  • Latest Stable: 7.4.0-106

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mobicents.smsc:stresstool:7.4.0-106'

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

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

How to add a dependency to SBT Scala

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

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