License |
License |
---|---|
GroupId | GroupIdorg.threadly |
ArtifactId | ArtifactIdambush |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAmbush
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ambush-0.2.pom | |
ambush-0.2.jar | 59 KB |
ambush-0.2-sources.jar | 37 KB |
ambush-0.2-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.threadly/ambush/ -->
<dependency>
<groupId>org.threadly</groupId>
<artifactId>ambush</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/ambush/
implementation 'org.threadly:ambush:0.2'
// https://jarcasting.com/artifacts/org.threadly/ambush/
implementation ("org.threadly:ambush:0.2")
'org.threadly:ambush:jar:0.2'
<dependency org="org.threadly" name="ambush" rev="0.2">
<artifact name="ambush" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='ambush', version='0.2')
)
libraryDependencies += "org.threadly" % "ambush" % "0.2"
[org.threadly/ambush "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.threadly : threadly | jar | 5.40 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |