| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gitee.freakchicken.dbapi |
| Идентификатор | Идентификаторdbapi |
| Версия | Версия3.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеDBApi
build http api from sql without other code
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dbapi-3.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/ -->
<dependency>
<groupId>com.gitee.freakchicken.dbapi</groupId>
<artifactId>dbapi</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation 'com.gitee.freakchicken.dbapi:dbapi:3.0.0'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation ("com.gitee.freakchicken.dbapi:dbapi:3.0.0")
'com.gitee.freakchicken.dbapi:dbapi:pom:3.0.0'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi" rev="3.0.0">
<artifact name="dbapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi', version='3.0.0')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi" % "3.0.0"
[com.gitee.freakchicken.dbapi/dbapi "3.0.0"]