Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 514 Bytes

neko233-toolchain

Use

maven

<dependency>
   <groupId>com.neko233</groupId>
   <artifactId>neko233-toolchain</artifactId>
   <version>0.3.2</version>
</dependency>

Gradle

implementation("com.neko233:neko233-toolchain:0.3.2")

定位: 开箱即用的常用包依赖. 业界常用:

  1. 工具类
    1. apache-commons-*
    2. guava
  2. 序列化工具
    1. FastJson2

自己额外扩展:

  1. action-chain 行为链编程
  2. dispatcher-with-delegate 委托方式的分发中心