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