Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.lordofthejars |
ArtifactId | ArtifactIdnosqlunit-redis |
Version | Version1.0.0-rc.4 |
Type | Typejar |
Filename | Size |
---|---|
nosqlunit-redis-1.0.0-rc.4.pom | |
nosqlunit-redis-1.0.0-rc.4.jar | 47 KB |
nosqlunit-redis-1.0.0-rc.4-sources.jar | 21 KB |
nosqlunit-redis-1.0.0-rc.4-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-redis/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-redis</artifactId>
<version>1.0.0-rc.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-redis/
implementation 'com.lordofthejars:nosqlunit-redis:1.0.0-rc.4'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-redis/
implementation ("com.lordofthejars:nosqlunit-redis:1.0.0-rc.4")
'com.lordofthejars:nosqlunit-redis:jar:1.0.0-rc.4'
<dependency org="com.lordofthejars" name="nosqlunit-redis" rev="1.0.0-rc.4">
<artifact name="nosqlunit-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-redis', version='1.0.0-rc.4')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-redis" % "1.0.0-rc.4"
[com.lordofthejars/nosqlunit-redis "1.0.0-rc.4"]