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