Fetch the repository succeeded.
Sherlock 自用公共基础包
基于 JDK 8 + Gradle 5.2.1 构建
已发布到Maven Central,maven 地址
<dependency>
<groupId>com.sherlocky</groupId>
<artifactId>sherlocky-commons</artifactId>
<version>0.1.0</version>
</dependency>
snapshot 版:
<dependency>
<groupId>com.sherlocky</groupId>
<artifactId>sherlocky-commons</artifactId>
<version>0.2.0-SNAPSHOT</version>
</dependency>
implementation 'com.sherlocky:sherlocky-commons:0.1.0'
snapshot 版:
implementation 'com.sherlocky:sherlocky-commons:0.2.0-SNAPSHOT'
Sign in for post a comment
Comments ( 0 )