| GroupId | GroupIdcn.chiship.sdk |
|---|---|
| ArtifactId | ArtifactIdchiship-sdk-core |
| Version | Version1.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chiship-sdk-core-1.1.5.pom | |
| chiship-sdk-core-1.1.5.jar | 173 KB |
| chiship-sdk-core-1.1.5-sources.jar | 104 KB |
| chiship-sdk-core-1.1.5-javadoc.jar | 593 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk-core/ -->
<dependency>
<groupId>cn.chiship.sdk</groupId>
<artifactId>chiship-sdk-core</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk-core/
implementation 'cn.chiship.sdk:chiship-sdk-core:1.1.5'
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk-core/
implementation ("cn.chiship.sdk:chiship-sdk-core:1.1.5")
'cn.chiship.sdk:chiship-sdk-core:jar:1.1.5'
<dependency org="cn.chiship.sdk" name="chiship-sdk-core" rev="1.1.5">
<artifact name="chiship-sdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chiship.sdk', module='chiship-sdk-core', version='1.1.5')
)
libraryDependencies += "cn.chiship.sdk" % "chiship-sdk-core" % "1.1.5"
[cn.chiship.sdk/chiship-sdk-core "1.1.5"]