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