Added gradle info. Fixed links

This commit is contained in:
nathan 2018-08-18 17:14:41 +02:00
parent 44f9fb9aa0
commit a1f0b9b05e
1 changed files with 13 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Release Notes
This project includes some utility classes that are a small subset of a much larger library. These classes are **kept in sync** with the main utilities library, so "jar hell" is not an issue, and the latest release will always include the same version of utility files as all of the other projects in the dorkbox repository at that time.
Please note that the utility source code is included in the release and on our [GitHub](https://github.com/dorkbox/Utilities) repository.
Please note that the utility source code is included in the release and on our [GitHub](https://git.dorkbox.com/dorkbox/Utilities) repository.
Maven Info
@ -34,8 +34,19 @@ Maven Info
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
compile 'com.dorkbox:CabParser:2.15'
}
````
Or if you don't want to use Maven, you can access the files directly here:
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/CabParser/
https://repo1.maven.org/maven2/com/dorkbox/CabParser/
License