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