Skip to content

Initial release v0.1, basic functionality production-ready

Compare
Choose a tag to compare
@pfmiles pfmiles released this 16 Mar 09:35
· 5 commits to master since this release

v0.1初始发布版,已稳定且能满足生产环境使用,但目前可供“砍”的功能较局限
maven依赖:

<dependency>
    <groupId>com.github.pfmiles</groupId>
    <artifactId>kan-java</artifactId>
    <version>0.1</version>
</dependency>

或手工下载jar包文件使用;
requires jdk1.6 or higher