https://github.com/dattack/jtoolbox
A set of utility classes that simplify the programming of Java code
https://github.com/dattack/jtoolbox
java java-library
Last synced: 5 months ago
JSON representation
A set of utility classes that simplify the programming of Java code
- Host: GitHub
- URL: https://github.com/dattack/jtoolbox
- Owner: dattack
- License: apache-2.0
- Created: 2016-10-08T20:30:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:57:57.000Z (over 2 years ago)
- Last Synced: 2025-07-07T18:06:53.070Z (12 months ago)
- Topics: java, java-library
- Language: Java
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/dattack/jtoolbox/actions)
[](LICENSE.md)
[](https://search.maven.org/artifact/com.dattack/jtoolbox)
[](https://javadoc.io/doc/com.dattack/jtoolbox)
# jToolbox
jToolbox is a set of utility classes that simplify the programming of Java code. These
classes can be used by many projects instead of solving tedious problems over and over
again. jToolbox consists of the following modules:
- jtoolbox-core: utility classes that only depends on JDK.
- jtoolbox-commons-configuration: utility classes that extends Apache commons-configuration.
- jtoolbox-commons-email: utility classes that extends Apache commons-email.
## Where can I get the latest release?
You can pull it from the Central Maven repositories:
```xml
com.dattack
jtoolbox-core
0.7
com.dattack
jtoolbox-commons-configuration
0.7
com.dattack
jtoolbox-commons-email
0.7
```
The source code on the master branch is the current state of development; it is not
recommended for general use. If you prefer to build from source, please use an appropriate
release tag.
## Contributing
Pull requests and stars are always welcome. For bugs and feature
requests, [please create an issue](https://github.com/dattack/jtoolbox/issues).
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
If you have other questions, please contact by [email](mailto:dev@dattack.com) or
[@dattackteam](https://twitter.com/dattackteam)
## License
Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).