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