A set of tools for working with the web in Java.
Send complaints, suggestions, and thanks to [email protected]
This project uses Sonatype's OSS Nexus hosting to sync to Maven central.
<dependencies>
...
<dependency>
<groupId>com.jeffrodriguez</groupId>
<artifactId>webtools</artifactId>
<version>1.0.0</version>
</dependency>
...
</dependencies>
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Web Tools will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major
- New additions without breaking backward compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.