Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-client-hive |
Version | Version2.10.1 |
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>2.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client-hive/
implementation 'fr.jetoile.hadoop:hadoop-unit-client-hive:2.10.1'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client-hive/
implementation ("fr.jetoile.hadoop:hadoop-unit-client-hive:2.10.1")
'fr.jetoile.hadoop:hadoop-unit-client-hive:jar:2.10.1'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-client-hive" rev="2.10.1">
<artifact name="hadoop-unit-client-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-client-hive', version='2.10.1')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-client-hive" % "2.10.1"
[fr.jetoile.hadoop/hadoop-unit-client-hive "2.10.1"]