Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 691 Bytes

DHIS 2 Support Commons

DHIS 2 Support Commons is a Java utility library.

Documentation

Javadocs

Browse the Javadocs.

Maven

This library is published to the central Maven repository and can be used in your Maven POM file like this:

<dependency>
  <groupId>org.hisp.dhis</groupId>
  <artifactId>dhis2-support-commons</artifactId>
  <version>1.1</version>
</dependency>

Dependencies

The library requires Java 7. It depends on the Apache Commons Lang 3 and Apache JEXL libraries.