License |
License |
---|---|
GroupId | GroupIdio.rainfall |
ArtifactId | ArtifactIdRainfall-tutorial |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRainfall is an extensible java framework to implement custom DSL based stress and performance tests
|
Filename | Size |
---|---|
Rainfall-tutorial-1.5.0.pom | |
Rainfall-tutorial-1.5.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rainfall/Rainfall-tutorial/ -->
<dependency>
<groupId>io.rainfall</groupId>
<artifactId>Rainfall-tutorial</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rainfall/Rainfall-tutorial/
implementation 'io.rainfall:Rainfall-tutorial:1.5.0'
// https://jarcasting.com/artifacts/io.rainfall/Rainfall-tutorial/
implementation ("io.rainfall:Rainfall-tutorial:1.5.0")
'io.rainfall:Rainfall-tutorial:jar:1.5.0'
<dependency org="io.rainfall" name="Rainfall-tutorial" rev="1.5.0">
<artifact name="Rainfall-tutorial" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rainfall', module='Rainfall-tutorial', version='1.5.0')
)
libraryDependencies += "io.rainfall" % "Rainfall-tutorial" % "1.5.0"
[io.rainfall/Rainfall-tutorial "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
io.rainfall : rainfall-core | jar | 1.5.0 |
org.hdrhistogram : HdrHistogram | jar | 2.1.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |