The jcommons-lang project provides several extension methods for java core classes like Class and other extension for Annotations. The feature extension methods can be provided over the lombok library.
If you like this project put a ⭐ and donate
- Very small size (<54Kb)
- Extension methods for scan java class Class
- Id generators
- Annotations for import resources like css, js etc.
- Extension methods for shell
No animals were harmed in the making of this library.
This project is kept as an open source product and relies on contributions to remain being developed. If you like this project, please consider a donation through paypal:
or over bitcoin or bitcoin-cash with:
36JxRRDfRazLNqUV6NsywCw1q7TK38ukpC
or over ether with:
0x588Aa02De98B1Ef70afeDC3ec5290130a3E5e273
The source code comes under the liberal MIT License, making jcommons-lang great for all types of applications.
Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.
Add the following maven dependency to your project pom.xml
if you want to import the core functionality of jcommons-lang:
Than you can add the dependency to your dependencies:
<properties>
...
<!-- JCOMMONS-LANG version -->
<jcommons-lang.version>5.2.2</jcommons-lang.version>
...
</properties>
...
<dependencies>
...
<!-- JCOMMONS-LANG DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jcommons-lang</artifactId>
<version>${jcommons-lang.version}</version>
</dependency>
...
</dependencies>
The versions of jcommons-lang are maintained with the Semantic Versioning guidelines.
Release version numbers will be incremented in the following format:
<major>.<minor>.<patch>
For detailed information on versioning you can visit the wiki page.
The source code for jcommons-lang are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of lightblueseas/jcommons-lang/fork
To share your changes, submit a pull request.
Don't forget to add new units tests on your changes.
Do not hesitate to contact the jcommons-lang developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
- commons-lang Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang
Travis CI |
---|
Many thanks to Travis CI for providing a free continuous integration service for open source projects. |
Many thanks to sonatype repository for providing a free maven repository service for open source projects. |
Many thanks to coveralls.io for providing a free code coverage for open source projects. |
Many thanks to javadoc.io for providing a free javadoc documentation for open source projects. |