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