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