r

redit

A library for regression testing of Java-based distributed systems
https://github.com/SATE-Lab/Redit
Files download
File Operation
redit-0.1.0.jar download
redit-0.1.0.pom download
redit-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.martylinzy</groupId>
  <artifactId>redit</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.martylinzy:redit:0.1.0'
Gradle Kotlin
implementation("io.github.martylinzy:redit:0.1.0")
Scala SBT
libraryDependencies += "io.github.martylinzy" % "redit" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.martylinzy', module='redit', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.martylinzy" name="redit" rev="0.1.0" />
Leiningen
[io.github.martylinzy/redit "0.1.0"]
Apache Buildr
'io.github.martylinzy:redit:jar:0.1.0'