You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated JavaDoc
Updated Changelog.txt
Updated README.md
Updated overview.html
Updated all pom versions from RELEASE to actual version numbers
Signed-off-by: Joshua Gager <[email protected]>
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
4
4
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
@@ -14,16 +14,20 @@ Java Ultimate Tools is a large repository of scripts for use in any Java program
14
14
- Utility Classes - Includes classes for managing collections, numbers and strings
15
15
- And Much More!
16
16
17
+
**NOTE: This Project Has Now Been Updated To Use Java 10!!!**
18
+
17
19
If you would like a more details, check out the [CLASSDESCRIPTION.md](https://github.com/JGCompTech/JavaUltimateTools/blob/master/CLASSDESCRIPTION.md) file. I will be updating this with more documentation soon.
18
20
19
21
If you would like to view the JavaDoc info, it is hosted at [github.io(Current GitHub Branch)](https://jgcomptech.github.io/JavaUltimateTools/) and at [javadoc.io(Current Maven Release)](http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools). The github.io version is what is stored in the doc folder in the project.
20
22
23
+
**NOTE: A new documentation site is coming soon to explain in more detail how to use this library!**
24
+
21
25
# Development
22
26
Want to contribute? Great!
23
27
Any help with development is greatly appreciated. If you want to add something or fix any issues please submit a pull request and if it is helpful it may be merged. Please check out our [Code of Conduct for Contributors](https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md).
JavaUltimateTools by J&G CompTech is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
0 commit comments