GroupId | GroupIdcn.deepbit |
---|---|
ArtifactId | ArtifactIddeepbit-sdk |
Version | Version8.3.7 |
Type | Typejar |
Filename | Size |
---|---|
deepbit-sdk-8.3.7.pom | |
deepbit-sdk-8.3.7.jar | 109 KB |
deepbit-sdk-8.3.7-sources.jar | 39 KB |
deepbit-sdk-8.3.7-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.deepbit/deepbit-sdk/ -->
<dependency>
<groupId>cn.deepbit</groupId>
<artifactId>deepbit-sdk</artifactId>
<version>8.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.deepbit/deepbit-sdk/
implementation 'cn.deepbit:deepbit-sdk:8.3.7'
// https://jarcasting.com/artifacts/cn.deepbit/deepbit-sdk/
implementation ("cn.deepbit:deepbit-sdk:8.3.7")
'cn.deepbit:deepbit-sdk:jar:8.3.7'
<dependency org="cn.deepbit" name="deepbit-sdk" rev="8.3.7">
<artifact name="deepbit-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.deepbit', module='deepbit-sdk', version='8.3.7')
)
libraryDependencies += "cn.deepbit" % "deepbit-sdk" % "8.3.7"
[cn.deepbit/deepbit-sdk "8.3.7"]