License |
License |
---|---|
GroupId | GroupIdcom.github.ramalapure |
ArtifactId | ArtifactIdfilesystem |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionfilesystem
The file system library will help perform operations on AWS S3 or SFTP file system. The library will be useful for big data projects where they need to perform operations on files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
filesystem-1.1.pom | |
filesystem-1.1.jar | 20 KB |
filesystem-1.1-sources.jar | 14 KB |
filesystem-1.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ramalapure/filesystem/ -->
<dependency>
<groupId>com.github.ramalapure</groupId>
<artifactId>filesystem</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ramalapure/filesystem/
implementation 'com.github.ramalapure:filesystem:1.1'
// https://jarcasting.com/artifacts/com.github.ramalapure/filesystem/
implementation ("com.github.ramalapure:filesystem:1.1")
'com.github.ramalapure:filesystem:jar:1.1'
<dependency org="com.github.ramalapure" name="filesystem" rev="1.1">
<artifact name="filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ramalapure', module='filesystem', version='1.1')
)
libraryDependencies += "com.github.ramalapure" % "filesystem" % "1.1"
[com.github.ramalapure/filesystem "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-io | jar | 1.3.2 |
org.reflections : reflections | jar | 0.9.11 |
org.projectlombok : lombok | jar | 1.18.8 |
com.amazonaws : aws-java-sdk-s3 | jar | 1.11.579 |
com.jcraft : jsch | jar | 0.1.55 |