Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 752 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 752 Bytes

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'