自己写的一些java语言的轮子,可以平时项目中使用
<dependency>
<groupId>com.github.songjinze</groupId>
<artifactId>CommonJavaUtil</artifactId>
<version>version_you_want</version>
</dependency>
<repository>
<id>com.github.songjinze</id>
<url>https://github.com/songjinze/CommonJavaUtil/tree/master/repo/</url>
</repository>