is not current version
Last Version 0.2

org.threadly:ambush 0.1

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.

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

ambush
Version

Version

0.1
Type

Type

jar

Download ambush 0.1


<!-- https://jarcasting.com/artifacts/org.threadly/ambush/ -->
<dependency>
    <groupId>org.threadly</groupId>
    <artifactId>ambush</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/ambush/
implementation 'org.threadly:ambush:0.1'
// https://jarcasting.com/artifacts/org.threadly/ambush/
implementation ("org.threadly:ambush:0.1")
'org.threadly:ambush:jar:0.1'
<dependency org="org.threadly" name="ambush" rev="0.1">
  <artifact name="ambush" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='ambush', version='0.1')
)
libraryDependencies += "org.threadly" % "ambush" % "0.1"
[org.threadly/ambush "0.1"]