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