Cleaned up readmes

Updated readme

Changed DelayTimer to use Runnable
This commit is contained in:
nathan 2015-11-23 01:51:10 +01:00
parent 6b18a0af9c
commit fa90c2f749
1 changed files with 5 additions and 11 deletions

View File

@ -9,27 +9,21 @@ Microsoft CAB file format: http://msdn.microsoft.com/en-us/library/bb417343.aspx
- This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+
We now release to maven!
There are two dependencies because we did not want to bake-in a hard dependency into the POM file. We leave this decision to you.
<h4>We now release to maven!</h4>
The included utilities are an extremely small subset of a much larger library, including only what is *necessary* for the CabParser to function. The larger version of the library is *not yet available* but will be as soon as it is converted to maven use.
There are two dependencies here because we did not want to bake-in a hard dependency into the POM file for the utilities library, which
are an extremely small subset of a much larger library; including only what is *necessary* for this particular project to function.
This project is kept in sync with the larger library and can be substituted as necessary. Please note that the larger library is not initially listed here as it has **many** dependencies that are not *necessary* for this project.
This project is **kept in sync** with the utilities library, so "jar hell" is not an issue. Please note that the util library (in it's entirety) is not added since there are **many** dependencies that are not *necessary* for this project. No reason to require a massive amount of dependencies for one or two classes/methods.
```
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser-Dorkbox-Util</artifactId>
<version>1.1</version>
</dependency>
```
And You can access the files directly here:
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://oss.sonatype.org/content/repositories/releases/com/dorkbox/CabParser-Dorkbox-Util/