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