is not current version
Last Version 0.6

cn.itlym:shoulder-core 0.5

shoulder 核心模块,提供了 shoulder 规范标准 Java 类(如错误码,异常,日志,统一 REST 返回值),提供了常用工具

GroupId

GroupId

cn.itlym
ArtifactId

ArtifactId

shoulder-core
Version

Version

0.5
Type

Type

jar

Download shoulder-core 0.5


<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-core/ -->
<dependency>
    <groupId>cn.itlym</groupId>
    <artifactId>shoulder-core</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-core/
implementation 'cn.itlym:shoulder-core:0.5'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-core/
implementation ("cn.itlym:shoulder-core:0.5")
'cn.itlym:shoulder-core:jar:0.5'
<dependency org="cn.itlym" name="shoulder-core" rev="0.5">
  <artifact name="shoulder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-core', version='0.5')
)
libraryDependencies += "cn.itlym" % "shoulder-core" % "0.5"
[cn.itlym/shoulder-core "0.5"]