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