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