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