Utilities/README.md

38 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2017-02-10 12:06:24 +01:00
Dorkbox General Utilities
2017-02-10 12:15:56 +01:00
2023-01-12 02:01:15 +01:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/Utilities) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/Utilities) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/Utilities)
2019-03-17 22:48:01 +01:00
2017-02-10 12:15:56 +01:00
The files here are copyright by many different authors, usually Apache 2.0, MIT, or BSD.
2019-03-25 15:53:25 +01:00
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
---------
2023-08-20 11:08:30 +02:00
```
2019-03-25 15:53:25 +01:00
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Utilities</artifactId>
2023-11-22 22:09:01 +01:00
<version>1.48</version>
2019-03-25 15:53:25 +01:00
</dependency>
</dependencies>
2023-08-20 11:08:30 +02:00
```
2019-03-25 15:53:25 +01:00
Gradle Info
---------
2023-08-20 11:08:30 +02:00
```
2019-03-25 15:53:25 +01:00
dependencies {
...
2023-11-22 22:09:01 +01:00
compile "com.dorkbox:Utilities:1.48"
2019-03-25 15:53:25 +01:00
}
2023-08-20 11:08:30 +02:00
```
2019-03-25 15:53:25 +01:00
License
---------
2023-01-12 02:01:15 +01:00
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.