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