| Группа | Группаfr.jetoile.hadoop |
|---|---|
| Идентификатор | Идентификаторpulsar-integrationtest |
| Версия | Версия3.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pulsar-integrationtest-3.6.pom | |
| pulsar-integrationtest-3.6.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/pulsar-integrationtest/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>pulsar-integrationtest</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/pulsar-integrationtest/
implementation 'fr.jetoile.hadoop:pulsar-integrationtest:3.6'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/pulsar-integrationtest/
implementation ("fr.jetoile.hadoop:pulsar-integrationtest:3.6")
'fr.jetoile.hadoop:pulsar-integrationtest:jar:3.6'
<dependency org="fr.jetoile.hadoop" name="pulsar-integrationtest" rev="3.6">
<artifact name="pulsar-integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='pulsar-integrationtest', version='3.6')
)
libraryDependencies += "fr.jetoile.hadoop" % "pulsar-integrationtest" % "3.6"
[fr.jetoile.hadoop/pulsar-integrationtest "3.6"]