GroupId | GroupIdcn.stylefeng.roses |
---|---|
ArtifactId | ArtifactIddb-sdk-mp |
Version | Version7.1.2 |
Type | Typejar |
Filename | Size |
---|---|
db-sdk-mp-7.1.2.pom | |
db-sdk-mp-7.1.2.jar | 6 KB |
db-sdk-mp-7.1.2-sources.jar | 7 KB |
db-sdk-mp-7.1.2-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/db-sdk-mp/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>db-sdk-mp</artifactId>
<version>7.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/db-sdk-mp/
implementation 'cn.stylefeng.roses:db-sdk-mp:7.1.2'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/db-sdk-mp/
implementation ("cn.stylefeng.roses:db-sdk-mp:7.1.2")
'cn.stylefeng.roses:db-sdk-mp:jar:7.1.2'
<dependency org="cn.stylefeng.roses" name="db-sdk-mp" rev="7.1.2">
<artifact name="db-sdk-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='db-sdk-mp', version='7.1.2')
)
libraryDependencies += "cn.stylefeng.roses" % "db-sdk-mp" % "7.1.2"
[cn.stylefeng.roses/db-sdk-mp "7.1.2"]