Skip to content

dattack/jtoolbox

Repository files navigation

Build license Maven Central javadoc

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:

  <dependency>
    <groupId>com.dattack</groupId>
    <artifactId>jtoolbox-core</artifactId>
    <version>0.7</version>
  </dependency>
  
  <dependency>
    <groupId>com.dattack</groupId>
    <artifactId>jtoolbox-commons-configuration</artifactId>
    <version>0.7</version>
  </dependency>
  
  <dependency>
    <groupId>com.dattack</groupId>
    <artifactId>jtoolbox-commons-email</artifactId>
    <version>0.7</version>
  </dependency>

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.

  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 or @dattackteam

License

Code is under the Apache Licence v2.

About

A set of utility classes that simplify the programming of Java code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages