is not current version
Last Version 1.0.1

cn.deepmax:embed-redis 1.0.0

embed redis for Java integration test

Categories

Categories

Redis Data Databases
GroupId

GroupId

cn.deepmax
ArtifactId

ArtifactId

embed-redis
Version

Version

1.0.0
Type

Type

jar

Download embed-redis 1.0.0


<!-- https://jarcasting.com/artifacts/cn.deepmax/embed-redis/ -->
<dependency>
    <groupId>cn.deepmax</groupId>
    <artifactId>embed-redis</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.deepmax/embed-redis/
implementation 'cn.deepmax:embed-redis:1.0.0'
// https://jarcasting.com/artifacts/cn.deepmax/embed-redis/
implementation ("cn.deepmax:embed-redis:1.0.0")
'cn.deepmax:embed-redis:jar:1.0.0'
<dependency org="cn.deepmax" name="embed-redis" rev="1.0.0">
  <artifact name="embed-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.deepmax', module='embed-redis', version='1.0.0')
)
libraryDependencies += "cn.deepmax" % "embed-redis" % "1.0.0"
[cn.deepmax/embed-redis "1.0.0"]