is not current version
Last Version 1.6.2

io.rainfall:rainfall 1.0.3

Rainfall is an extensible java framework to implement custom DSL based stress and performance tests

GroupId

GroupId

io.rainfall
ArtifactId

ArtifactId

rainfall
Version

Version

1.0.3
Type

Type

pom

Download rainfall 1.0.3

Filename Size
rainfall-1.0.3.pom 4 KB
Browse

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