MVN

org.threadly : ambush

Maven & Gradle

Sep 23, 2019
5 stars

Ambush · A unique java library for structuring and driving performance load tests. What makes this so unique is the belief that what is describing how test code runs, should be the same language/closely connected with the tool which helps structure those actions and executes those actions.

<dependency>
    <groupId>org.threadly</groupId>
    <artifactId>ambush</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.threadly : ambush to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of org.threadly : ambush to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
ambush-0.2
0.1
ambush-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.threadly</groupId>
    <artifactId>ambush</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.threadly : ambush gradle dependency to your build.gradle file:

implementation 'org.threadly:ambush:0.2'

Gradle Kotlin DSL: Add the following org.threadly : ambush gradle kotlin dependency to your build.gradle.kts file:

implementation("org.threadly:ambush:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.threadly : ambush sbt scala dependency to your build.sbt file:

libraryDependencies += "org.threadly" % "ambush" % "0.2"

Advertisement