mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 11:14:55 +08:00
Eyre_S
459470be02
- Commons 工具组的一些实现改动 - _Convert.byteToHex 的实现从手动处理字母改为使用 java Integer.toHexString 方法(同时删除了私有的 hexArray 常量数组) - (WARN:breaking-changes) _Encrypt 中的命名从 encryptByX 改为 hashX - 添加了 junit 的 params 组件 (org.junit.jupiter:junit-jupiter-params) - 为 Commons 工具组的每个方法添加了其单元测试 - 单元测试添加了一个名为 MornyCLI 的执行 程序 main 方法 的程序入口包装...
18 lines
211 B
Properties
18 lines
211 B
Properties
## Core
|
|
|
|
VERSION = 0.8.0.1
|
|
|
|
CODENAME = fuzhou
|
|
|
|
# dependencies
|
|
|
|
libSpotbugsVersion = 4.7.2
|
|
|
|
libUntitledVersionMajor = 1
|
|
|
|
libMessivaVersion = 0.1.0.1
|
|
|
|
libJavaTelegramBotApiVersion = 5.6.0
|
|
|
|
libJunitVersion = 5.9.0
|