| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.freakchicken.dbapi |
| ArtifactId | ArtifactIddbapi-common |
| Version | Version3.1.1 |
| Type | Typejar |
| Description |
Descriptiondbapi-common
build http api from sql without other code
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbapi-common-3.1.1.pom | |
| dbapi-common-3.1.1.jar | 8 KB |
| dbapi-common-3.1.1-sources.jar | 2 KB |
| dbapi-common-3.1.1-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-common/ -->
<dependency>
<groupId>com.gitee.freakchicken.dbapi</groupId>
<artifactId>dbapi-common</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-common/
implementation 'com.gitee.freakchicken.dbapi:dbapi-common:3.1.1'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi-common/
implementation ("com.gitee.freakchicken.dbapi:dbapi-common:3.1.1")
'com.gitee.freakchicken.dbapi:dbapi-common:jar:3.1.1'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi-common" rev="3.1.1">
<artifact name="dbapi-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi-common', version='3.1.1')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi-common" % "3.1.1"
[com.gitee.freakchicken.dbapi/dbapi-common "3.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.baomidou : mybatis-plus-annotation | jar | 3.2.0 |
| org.projectlombok : lombok | jar | |
| com.alibaba : fastjson | jar | 1.2.62 |