| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.freakchicken.dbapi |
| ArtifactId | ArtifactIddbapi |
| Last Version | Last Version3.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDBApi
build http api from sql without other code
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dbapi-3.1.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>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation 'com.gitee.freakchicken.dbapi:dbapi:3.1.1'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation ("com.gitee.freakchicken.dbapi:dbapi:3.1.1")
'com.gitee.freakchicken.dbapi:dbapi:pom:3.1.1'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi" rev="3.1.1">
<artifact name="dbapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi', version='3.1.1')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi" % "3.1.1"
[com.gitee.freakchicken.dbapi/dbapi "3.1.1"]