Skip to content

Java library for easy management of local file cache

License

Notifications You must be signed in to change notification settings

antivoland/simple-file-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Storage (SFS)

build publish

Java library for easy management of local files. Best used with any kind of HTML scrapers.

Check out the tests for a better understanding. Use the following Maven dependency:

<dependency>
    <groupId>io.github.antivoland</groupId>
    <artifactId>simple-file-storage</artifactId>
    <version>0.1.2-SNAPSHOT</version>
</dependency>

Currently only snapshots are available, so you will need to add the repository to your project as follows:

<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>

About

Java library for easy management of local file cache

Resources

License

Stars

Watchers

Forks

Languages