You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 weeks ago | |
---|---|---|
gradle/wrapper | 1 month ago | |
src/dorkbox/storage | 4 weeks ago | |
src9 | 1 month ago | |
test/dorkbox | 4 weeks ago | |
.gitignore | 2 years ago | |
LICENSE | 1 month ago | |
LICENSE.Apachev2 | 2 years ago | |
LICENSE.BSD3 | 2 years ago | |
LICENSE.MIT | 2 years ago | |
README.md | 4 weeks ago | |
build.gradle.kts | 4 weeks ago | |
gradle.properties | 2 years ago | |
gradlew | 1 year ago | |
gradlew.bat | 2 years ago | |
settings.gradle.kts | 2 years ago |
README.md
Dorkbox Pluggable Storage system
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Storage</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
compile "com.dorkbox:Storage:1.4"
}
License
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.