| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.freakchicken.dbapi |
| ArtifactId | ArtifactIddbapi-plugin |
| Version | Version2.3.2 |
| Type | Typejar |
| Description |
Descriptiondbapi-plugin
build http api from sql without other code
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbapi-plugin-2.3.2.pom | |
| dbapi-plugin-2.3.2.jar | 6 KB |
| dbapi-plugin-2.3.2-sources.jar | 3 KB |
| dbapi-plugin-2.3.2-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-plugin/ -->
<dependency>
<groupId>com.gitee.freakchicken.dbapi</groupId>
<artifactId>dbapi-plugin</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-plugin/
implementation 'com.gitee.freakchicken.dbapi:dbapi-plugin:2.3.2'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-plugin/
implementation ("com.gitee.freakchicken.dbapi:dbapi-plugin:2.3.2")
'com.gitee.freakchicken.dbapi:dbapi-plugin:jar:2.3.2'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi-plugin" rev="2.3.2">
<artifact name="dbapi-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi-plugin', version='2.3.2')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi-plugin" % "2.3.2"
[com.gitee.freakchicken.dbapi/dbapi-plugin "2.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitee.freakchicken.dbapi : dbapi-common | jar | 2.3.2 |
| com.alibaba : fastjson | jar | 1.2.62 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-access | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |