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