Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-docker |
Version | Version3.4 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-unit-docker-3.4.pom | |
hadoop-unit-docker-3.4.jar | 8 KB |
hadoop-unit-docker-3.4-sources.jar | 4 KB |
hadoop-unit-docker-3.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-docker/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-docker</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-docker/
implementation 'fr.jetoile.hadoop:hadoop-unit-docker:3.4'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-docker/
implementation ("fr.jetoile.hadoop:hadoop-unit-docker:3.4")
'fr.jetoile.hadoop:hadoop-unit-docker:jar:3.4'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-docker" rev="3.4">
<artifact name="hadoop-unit-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-docker', version='3.4')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-docker" % "3.4"
[fr.jetoile.hadoop/hadoop-unit-docker "3.4"]