r

rainfall-store

Rainfall-store is the webapp to store/render/regression test Rainfall scenario results
https://github.com/aurbroszniowski/Rainfall-store
Apache 2
Albert Gevorgyyan Aurelien Broszniowski
Files download
File Operation
rainfall-store-1.6.5.pom download
Apache Maven
<dependency>
  <groupId>io.rainfall</groupId>
  <artifactId>rainfall-store</artifactId>
  <version>1.6.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.rainfall:rainfall-store:1.6.5'
Gradle Kotlin
implementation("io.rainfall:rainfall-store:1.6.5")
Scala SBT
libraryDependencies += "io.rainfall" % "rainfall-store" % "1.6.5"
Groovy Grape
@Grapes(
  @Grab(group='io.rainfall', module='rainfall-store', version='1.6.5')
)
Apache Ivy
<dependency org="io.rainfall" name="rainfall-store" rev="1.6.5" />
Leiningen
[io.rainfall/rainfall-store "1.6.5"]
Apache Buildr
'io.rainfall:rainfall-store:jar:1.6.5'