Save and load hash-map data structures to disk in a performant manner.
Go to file
Robinson 60c6f378e6 Initial commit 2021-05-02 11:35:58 +02:00
gradle/wrapper Initial commit 2021-05-02 11:35:58 +02:00
src/dorkbox/storage Initial commit 2021-05-02 11:35:58 +02:00
test/dorkbox Initial commit 2021-05-02 11:35:58 +02:00
.gitignore Initial commit 2021-05-02 11:35:58 +02:00
LICENSE Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.Apachev2 Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.BSD3 Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.MIT Initial commit 2021-05-02 11:35:58 +02:00
LICENSE.OLDAPv2.8 Initial commit 2021-05-02 11:35:58 +02:00
README.md Initial commit 2021-05-02 11:35:58 +02:00
build.gradle.kts Initial commit 2021-05-02 11:35:58 +02:00
gradlew Initial commit 2021-05-02 11:35:58 +02:00
gradlew.bat Initial commit 2021-05-02 11:35:58 +02:00
settings.gradle.kts Initial commit 2021-05-02 11:35:58 +02:00

README.md

Dorkbox General Utilities

Dorkbox Github Gitlab

The files here are copyright by many different authors, usually Apache 2.0, MIT, or BSD.

Please see the header of each file for the specific license that applies to it. Specific license details are in the LICENSE file.

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>SwingActiveRender</artifactId>
      <version>1.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:SwingActiveRender:1.0"
}

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.