Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Project that holds different usefull utility and extension classes

License

Notifications You must be signed in to change notification settings

lightblueseas/jcommons-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcommons-lang

Build Status Coverage Status Open Issues Maven Central Javadocs MIT license Donate

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

Key features:

  • 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

Note

No animals were harmed in the making of this library.

Donations

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: PayPal this

or over bitcoin or bitcoin-cash with:

36JxRRDfRazLNqUV6NsywCw1q7TK38ukpC

or over ether with:

0x588Aa02De98B1Ef70afeDC3ec5290130a3E5e273

or over flattr: Flattr this

License

The source code comes under the liberal MIT License, making jcommons-lang great for all types of applications.

Maven dependency

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>

Semantic Versioning

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.

Want to Help and improve it?

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.

Contacting the Developers

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.

Similar projects

  • 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

Credits

Travis CI
Travis CI
Many thanks to Travis CI for providing a free continuous integration service for open source projects.
sonatype repository
Many thanks to sonatype repository for providing a free maven repository service for open source projects.
Coverage Status
Many thanks to coveralls.io for providing a free code coverage for open source projects.
Javadocs
Many thanks to javadoc.io for providing a free javadoc documentation for open source projects.