/cherry

A flexible, stable, easy-to-use plugin Framework for Java applications.

Primary LanguageJavaApache License 2.0Apache-2.0

Cherry

License Release Version Build Status

Overview

A flexible, stable, easy-to-use plugin Framework for Java applications. For more information see the wiki.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.mindflow</groupId>
  <artifactId>cherry</artifactId>
  <version>1.0.0</version>
</dependency>

or Gradle:

compile 'com.mindflow:cherry:1.0.0'