is not current version
Last Version 3.1.1

com.gitee.freakchicken.dbapi:dbapi 2.3.1

build http api from sql without other code

GroupId

GroupId

com.gitee.freakchicken.dbapi
ArtifactId

ArtifactId

dbapi
Version

Version

2.3.1
Type

Type

pom

Download dbapi 2.3.1

Filename Size
dbapi-2.3.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/ -->
<dependency>
    <groupId>com.gitee.freakchicken.dbapi</groupId>
    <artifactId>dbapi</artifactId>
    <version>2.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation 'com.gitee.freakchicken.dbapi:dbapi:2.3.1'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation ("com.gitee.freakchicken.dbapi:dbapi:2.3.1")
'com.gitee.freakchicken.dbapi:dbapi:pom:2.3.1'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi" rev="2.3.1">
  <artifact name="dbapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi', version='2.3.1')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi" % "2.3.1"
[com.gitee.freakchicken.dbapi/dbapi "2.3.1"]