| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
NOTE: This Project Has Now Been Updated To Use Java 10!!!
Want to contribute? Great! 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.
The documentation for JUT is currently a work in progress and new changes will be occurring soon. To access the documentation site go to: https://javatools.jgcomptech.com. If you would like to view the JavaDoc info, it is hosted at github.io(Current GitHub Branch) and at javadoc.io(Current Maven Release). The github.io version is what is stored in the doc folder in the project.
The changelog can be found here
If you are familiar with Maven, add the following XML fragments into your pom.xml file. With those settings, your Maven will automatically download our library into your local Maven repository, since our libraries are synchronized with the Maven central repository.
<dependencies>
<dependency>
<groupId>com.jgcomptech.tools</groupId>
<artifactId>java-ultimate-tools</artifactId>
<version>1.5.1</version>
</dependency>
</dependencies>
JavaUltimateTools by J&G CompTech is licensed under a Creative Commons Attribution 4.0 International License.
©2018 J&G CompTech
| Back | FazBrowse Home | New Git URL |