All Projects → TFdream → cherry

TFdream / cherry

Licence: Apache-2.0 license
A flexible, stable, easy-to-use plugin Framework for Java applications.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to cherry

Arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
Stars: ✭ 27,984 (+62086.67%)
Mutual labels:  classloader
Discord-Moderation-Bot
Modular Moderation bot for Discord
Stars: ✭ 49 (+8.89%)
Mutual labels:  classloader
easy-java
整理java技术要点,让java更简单,更容易上手。
Stars: ✭ 23 (-48.89%)
Mutual labels:  classloader
core
An advanced and highly optimized Java library to build frameworks: it's useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified source code and much more...
Stars: ✭ 100 (+122.22%)
Mutual labels:  classloader
loadkit
Java 资源加载器,充分拓展ClassLoader#getResources(name)的能力,实现递归加载,支持普通风格 / 包名风格 / ANT风格 / 正则风格路径的资源加载同时支持自定义过滤器,通常作为框架的基础类库。
Stars: ✭ 39 (-13.33%)
Mutual labels:  classloader
light-jpf
Lightweight Java Plugin Framework
Stars: ✭ 19 (-57.78%)
Mutual labels:  classloader

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].