sunye / Commons

A library of common classes and methods used in Atlanmod's projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlanmod Commons

Build Status Maven Central CodeCov Codacy Javadoc Licence

This library is a set of common classes and methods, including:

  • Lazy objects and references for on-demand loading, and local caching
  • An asynchronous logger
  • A wrapper for caching, using Caffeine
  • A wrapper for hashing, using Zero-allocation Hashing
  • A wrapper for serialization, using FST
  • Utility classes about primitives, collections, functional interfaces, concurrency, reflection, etc.

It was created to regroup and share classes, methods and dependencies between the different projects of the Atlanmod team, and was designed to ease updating without interfering with other projects.

Some of methods are inspired by Guava.

Latest release

The most recent release is Atlanmod Commons 1.0.2, released November 22, 2017.

To add a dependency on this library using Maven, use the following:

<dependencies>
  <dependency>
    <groupId>org.atlanmod.commons</groupId>
    <artifactId>commons-core</artifactId>
    <version>1.0.2</version>
  </dependency>
</dependencies>

Snapshots

Snapshots are automatically build from the master and are available throught Maven using 1.0.3-SNAPSHOT.

About

A library of common classes and methods used in Atlanmod's projects

License:Eclipse Public License 2.0


Languages

Language:Java 98.9%Language:Shell 1.1%