Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-redis |
Version | Version3.2 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-unit-redis-3.2.pom | |
hadoop-unit-redis-3.2.jar | 18 KB |
hadoop-unit-redis-3.2-sources.jar | 10 KB |
hadoop-unit-redis-3.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-redis/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-redis</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-redis/
implementation 'fr.jetoile.hadoop:hadoop-unit-redis:3.2'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-redis/
implementation ("fr.jetoile.hadoop:hadoop-unit-redis:3.2")
'fr.jetoile.hadoop:hadoop-unit-redis:jar:3.2'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-redis" rev="3.2">
<artifact name="hadoop-unit-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-redis', version='3.2')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-redis" % "3.2"
[fr.jetoile.hadoop/hadoop-unit-redis "3.2"]