License |
License |
---|---|
GroupId | GroupIdio.github.martylinzy |
ArtifactId | ArtifactIdredit |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionRedit
A library for regression testing of Java-based distributed systems
|
Project URL |
Project URL |
Filename | Size |
---|---|
redit-0.1.0.pom | |
redit-0.1.0.jar | 198 KB |
redit-0.1.0-sources.jar | 155 KB |
redit-0.1.0-javadoc.jar | 641 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.martylinzy/redit/ -->
<dependency>
<groupId>io.github.martylinzy</groupId>
<artifactId>redit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.martylinzy/redit/
implementation 'io.github.martylinzy:redit:0.1.0'
// https://jarcasting.com/artifacts/io.github.martylinzy/redit/
implementation ("io.github.martylinzy:redit:0.1.0")
'io.github.martylinzy:redit:jar:0.1.0'
<dependency org="io.github.martylinzy" name="redit" rev="0.1.0">
<artifact name="redit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.martylinzy', module='redit', version='0.1.0')
)
libraryDependencies += "io.github.martylinzy" % "redit" % "0.1.0"
[io.github.martylinzy/redit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.github.martylinzy : reditrt | jar | 0.1.0 |
commons-io : commons-io | jar | 2.6 |
org.eclipse.jetty : jetty-server | jar | 9.4.12.v20180830 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.12.v20180830 |
org.glassfish.jersey.core : jersey-server | jar | 2.22.2 |
org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.22.2 |
org.glassfish.jersey.media : jersey-media-moxy | jar | 2.22.2 |
com.spotify : docker-client | jar | 8.15.1 |
net.lingala.zip4j : zip4j | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |