MVN

cloud.testload : sant-library

Maven & Gradle

Jan 31, 2020

SANTLibrary · Groovy library for automation of loadtesting

<dependency>
    <groupId>cloud.testload</groupId>
    <artifactId>sant-library</artifactId>
    <version>1.9.78</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.testload : sant-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.78

All Versions

Choose a version of cloud.testload : sant-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
sant-library-1.9.78
sant-library-1.9.69
sant-library-1.9.68
sant-library-1.9.55
sant-library-1.9.51
sant-library-1.9.44
sant-library-1.9.41
sant-library-1.9.40
sant-library-1.9.36
sant-library-1.9.28
sant-library-1.9.27
sant-library-1.9.26
sant-library-1.9.25
sant-library-1.9.24
sant-library-1.9.23
sant-library-1.9.22
sant-library-1.9.17
sant-library-1.9.15
sant-library-1.9.9
sant-library-1.9.6
sant-library-1.9.5
sant-library-1.9.2
sant-library-1.9.1
1.9
sant-library-1.9
1.8
sant-library-1.8
1.7
sant-library-1.7
1.6
sant-library-1.6
1.5.x
sant-library-1.5.2
sant-library-1.5.1
1.5
sant-library-1.5
1.4.x
sant-library-1.4.2
1.3
sant-library-1.3
1.1
sant-library-1.1
1.0
sant-library-1.0

How to add a dependency to Maven

Add the following cloud.testload : sant-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.testload</groupId>
    <artifactId>sant-library</artifactId>
    <version>1.9.78</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.testload : sant-library gradle dependency to your build.gradle file:

implementation 'cloud.testload:sant-library:1.9.78'

Gradle Kotlin DSL: Add the following cloud.testload : sant-library gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.testload:sant-library:1.9.78")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.testload : sant-library sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.testload" % "sant-library" % "1.9.78"

Advertisement