| GroupId | GroupIdcn.itlym |
|---|---|
| ArtifactId | ArtifactIdshoulder-starter-monitor |
| Version | Version0.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-monitor/ -->
<dependency>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-starter-monitor</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-monitor/
implementation 'cn.itlym:shoulder-starter-monitor:0.5'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-monitor/
implementation ("cn.itlym:shoulder-starter-monitor:0.5")
'cn.itlym:shoulder-starter-monitor:jar:0.5'
<dependency org="cn.itlym" name="shoulder-starter-monitor" rev="0.5">
<artifact name="shoulder-starter-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-starter-monitor', version='0.5')
)
libraryDependencies += "cn.itlym" % "shoulder-starter-monitor" % "0.5"
[cn.itlym/shoulder-starter-monitor "0.5"]