Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-client-hive |
Version | Version1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client-hive/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-client-hive</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client-hive/
implementation 'fr.jetoile.hadoop:hadoop-unit-client-hive:1.5'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client-hive/
implementation ("fr.jetoile.hadoop:hadoop-unit-client-hive:1.5")
'fr.jetoile.hadoop:hadoop-unit-client-hive:jar:1.5'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-client-hive" rev="1.5">
<artifact name="hadoop-unit-client-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-client-hive', version='1.5')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-client-hive" % "1.5"
[fr.jetoile.hadoop/hadoop-unit-client-hive "1.5"]