| GroupId | GroupIdcn.chiship.sdk |
|---|---|
| ArtifactId | ArtifactIdchiship-sdk |
| Version | Version1.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| chiship-sdk-1.1.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk/ -->
<dependency>
<groupId>cn.chiship.sdk</groupId>
<artifactId>chiship-sdk</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk/
implementation 'cn.chiship.sdk:chiship-sdk:1.1.1'
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk/
implementation ("cn.chiship.sdk:chiship-sdk:1.1.1")
'cn.chiship.sdk:chiship-sdk:pom:1.1.1'
<dependency org="cn.chiship.sdk" name="chiship-sdk" rev="1.1.1">
<artifact name="chiship-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.chiship.sdk', module='chiship-sdk', version='1.1.1')
)
libraryDependencies += "cn.chiship.sdk" % "chiship-sdk" % "1.1.1"
[cn.chiship.sdk/chiship-sdk "1.1.1"]