Last Version

filesystem 1.1

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.

License

License

GroupId

GroupId

com.github.ramalapure
ArtifactId

ArtifactId

filesystem
Version

Version

1.1
Type

Type

jar
Description

Description

filesystem
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

https://github.com/RamAlapure/filesystem
Source Code Management

Source Code Management

https://github.com/RamAlapure/filesystem

Download filesystem 1.1


<!-- 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"]

Dependencies

runtime (5)

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

Project Modules

There are no modules declared in this project.