| GroupId | GroupIdfr.jetoile.hadoop |
|---|---|
| ArtifactId | ArtifactIdhadoop-unit-hive |
| Version | Version2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hadoop-unit-hive-2.10.pom | |
| hadoop-unit-hive-2.10.jar | 15 KB |
| hadoop-unit-hive-2.10-sources.jar | 8 KB |
| hadoop-unit-hive-2.10-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-hive/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-hive</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-hive/
implementation 'fr.jetoile.hadoop:hadoop-unit-hive:2.10'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-hive/
implementation ("fr.jetoile.hadoop:hadoop-unit-hive:2.10")
'fr.jetoile.hadoop:hadoop-unit-hive:jar:2.10'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-hive" rev="2.10">
<artifact name="hadoop-unit-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-hive', version='2.10')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-hive" % "2.10"
[fr.jetoile.hadoop/hadoop-unit-hive "2.10"]