joeha480 / dotify.common

Provides general purpose classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Type License: LGPL v2.1

dotify.common

Contains general classes that had to be implemented in order to support the other projects.

Using

To use the bundle, download the latest release from maven central.

Adding classes to this project should not be taken lightly as infrastructure dependencies can cause problems if overused.

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires Java 8
  • Compatible with SPI and OSGi

Javadoc

Javadoc for the latest Dotify Common development is available here.

More information

See the common wiki for more information.

About

Provides general purpose classes

License:GNU Lesser General Public License v2.1


Languages

Language:Java 98.9%Language:Shell 1.1%