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