djtfmartin / gbif-common

Utility classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gbif-common

The gbif-common shared library provides:

  • Utility classes for files (Compression, Charset, Iterator, Properties, ...)
  • Utility classes for collections (Arrays, compact HashSet, ...)
  • Utility classes for text (String, Email, line, ...)

To build the project

mvn clean install

Note on Jackson 2 and Guava

This project will shade Jackson 2 into its own artifact. gbif-common is used in projects where other third-party dependencies are compiled against previous version of Jackson 2, or other versions of Guava. We decided to shade it to avoid those conflicts knowing that the final jar will be larger (still < 4 MB).

Change Log

Change Log

Documentation

JavaDocs

About

Utility classes

License:Apache License 2.0


Languages

Language:Java 100.0%