Storage/README.md

40 lines
1.0 KiB
Markdown
Raw Normal View History

2021-05-02 11:35:58 +02:00
Dorkbox General Utilities
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/SwingActiveRender) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/SwingActiveRender) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/SwingActiveRender)
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.