| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.freakchicken.dbapi |
| ArtifactId | ArtifactIddbapi |
| Version | Version2.3.2 |
| 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-2.3.2.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/ -->
<dependency>
<groupId>com.gitee.freakchicken.dbapi</groupId>
<artifactId>dbapi</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation 'com.gitee.freakchicken.dbapi:dbapi:2.3.2'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation ("com.gitee.freakchicken.dbapi:dbapi:2.3.2")
'com.gitee.freakchicken.dbapi:dbapi:pom:2.3.2'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi" rev="2.3.2">
<artifact name="dbapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi', version='2.3.2')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi" % "2.3.2"
[com.gitee.freakchicken.dbapi/dbapi "2.3.2"]