is not current version
Last Version 0.4.1

cc.carm.lib:easysql-api 0.3.11

EasySQL的接口部分。用于打包到公共项目的API中,避免项目过大。

GroupId

GroupId

cc.carm.lib
ArtifactId

ArtifactId

easysql-api
Version

Version

0.3.11
Type

Type

jar

Download easysql-api 0.3.11


<!-- https://jarcasting.com/artifacts/cc.carm.lib/easysql-api/ -->
<dependency>
    <groupId>cc.carm.lib</groupId>
    <artifactId>easysql-api</artifactId>
    <version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/cc.carm.lib/easysql-api/
implementation 'cc.carm.lib:easysql-api:0.3.11'
// https://jarcasting.com/artifacts/cc.carm.lib/easysql-api/
implementation ("cc.carm.lib:easysql-api:0.3.11")
'cc.carm.lib:easysql-api:jar:0.3.11'
<dependency org="cc.carm.lib" name="easysql-api" rev="0.3.11">
  <artifact name="easysql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.carm.lib', module='easysql-api', version='0.3.11')
)
libraryDependencies += "cc.carm.lib" % "easysql-api" % "0.3.11"
[cc.carm.lib/easysql-api "0.3.11"]