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