| License |
License |
|---|---|
| GroupId | GroupIdio.github.szleaves.hadoop |
| ArtifactId | ArtifactIdhdfs-operation |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHdfsOperation
Hadoop HDFS API Encapsulation.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hdfs-operation-1.3.pom | |
| hdfs-operation-1.3.jar | 5 KB |
| hdfs-operation-1.3-sources.jar | 1 KB |
| hdfs-operation-1.3-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.szleaves.hadoop/hdfs-operation/ -->
<dependency>
<groupId>io.github.szleaves.hadoop</groupId>
<artifactId>hdfs-operation</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.szleaves.hadoop/hdfs-operation/
implementation 'io.github.szleaves.hadoop:hdfs-operation:1.3'
// https://jarcasting.com/artifacts/io.github.szleaves.hadoop/hdfs-operation/
implementation ("io.github.szleaves.hadoop:hdfs-operation:1.3")
'io.github.szleaves.hadoop:hdfs-operation:jar:1.3'
<dependency org="io.github.szleaves.hadoop" name="hdfs-operation" rev="1.3">
<artifact name="hdfs-operation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.szleaves.hadoop', module='hdfs-operation', version='1.3')
)
libraryDependencies += "io.github.szleaves.hadoop" % "hdfs-operation" % "1.3"
[io.github.szleaves.hadoop/hdfs-operation "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-common | jar | 3.3.2 |
| org.apache.hadoop : hadoop-client | jar | 3.3.2 |
| org.apache.hadoop : hadoop-hdfs | jar | 3.3.2 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |