Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdtestcontainer-integrationtest |
Version | Version3.7 |
Type | Typejar |
Filename | Size |
---|---|
testcontainer-integrationtest-3.7.pom | |
testcontainer-integrationtest-3.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/testcontainer-integrationtest/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>testcontainer-integrationtest</artifactId>
<version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/testcontainer-integrationtest/
implementation 'fr.jetoile.hadoop:testcontainer-integrationtest:3.7'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/testcontainer-integrationtest/
implementation ("fr.jetoile.hadoop:testcontainer-integrationtest:3.7")
'fr.jetoile.hadoop:testcontainer-integrationtest:jar:3.7'
<dependency org="fr.jetoile.hadoop" name="testcontainer-integrationtest" rev="3.7">
<artifact name="testcontainer-integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='testcontainer-integrationtest', version='3.7')
)
libraryDependencies += "fr.jetoile.hadoop" % "testcontainer-integrationtest" % "3.7"
[fr.jetoile.hadoop/testcontainer-integrationtest "3.7"]