| GroupId | GroupIdcn.chiship.sdk |
|---|---|
| ArtifactId | ArtifactIdchiship-sdk-core |
| Version | Version1.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chiship-sdk-core-1.1.4.pom | |
| chiship-sdk-core-1.1.4.jar | 173 KB |
| chiship-sdk-core-1.1.4-sources.jar | 104 KB |
| chiship-sdk-core-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk-core/
implementation 'cn.chiship.sdk:chiship-sdk-core:1.1.4'
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-sdk-core/
implementation ("cn.chiship.sdk:chiship-sdk-core:1.1.4")
'cn.chiship.sdk:chiship-sdk-core:jar:1.1.4'
<dependency org="cn.chiship.sdk" name="chiship-sdk-core" rev="1.1.4">
<artifact name="chiship-sdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chiship.sdk', module='chiship-sdk-core', version='1.1.4')
)
libraryDependencies += "cn.chiship.sdk" % "chiship-sdk-core" % "1.1.4"
[cn.chiship.sdk/chiship-sdk-core "1.1.4"]