License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.github.seniortesting |
ArtifactId | ArtifactIdsparrow-redis |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedis Client
Core Redis Client for Junit5
|
Filename | Size |
---|---|
sparrow-redis-1.0.3.pom | |
sparrow-redis-1.0.3.jar | 11 KB |
sparrow-redis-1.0.3-sources.jar | 3 KB |
sparrow-redis-1.0.3-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-redis/ -->
<dependency>
<groupId>io.github.seniortesting</groupId>
<artifactId>sparrow-redis</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-redis/
implementation 'io.github.seniortesting:sparrow-redis:1.0.3'
// https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-redis/
implementation ("io.github.seniortesting:sparrow-redis:1.0.3")
'io.github.seniortesting:sparrow-redis:jar:1.0.3'
<dependency org="io.github.seniortesting" name="sparrow-redis" rev="1.0.3">
<artifact name="sparrow-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.seniortesting', module='sparrow-redis', version='1.0.3')
)
libraryDependencies += "io.github.seniortesting" % "sparrow-redis" % "1.0.3"
[io.github.seniortesting/sparrow-redis "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.seniortesting : sparrow-core | jar | 1.0.3 |
io.lettuce : lettuce-core | jar | 6.1.0.M1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.projectlombok : lombok Optional | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |