Skip to content

torand/java-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Commons

CI Maven Central Javadoc Coverage Quality Gate Status Apache 2.0 License

Java library with general purpose utility classes.

Table of Contents

Overview

A collection of Java classes not related to any domain or application, providing useful tools currently missing from the JDK "toolbox".

The library can be used in any Java project running on JVM 17 or later. It has no run-time dependencies besides existing classes and interfaces in JDK 17.

Usage

The package is available from the Maven Central Repository.

Maven

Include in a pom.xml file like this:

<dependencies>
  <dependency>
    <groupId>io.github.torand</groupId>
    <artifactId>java-commons</artifactId>
    <version>1.3.0</version>
  </dependency>
</dependencies>

Gradle

Include in a build.gradle file like this:

dependencies {
    implementation 'io.github.torand:java-commons:1.3.0'
}

Contributing

  1. Fork it (https://github.com/torand/java-commons/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

This project is licensed under the Apache-2.0 License.

About

Java library with general purpose utility classes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages