| Группа | Группаcom.gitee.freakchicken.dbapi |
|---|---|
| Идентификатор | Идентификаторdbapi |
| Версия | Версия2.3.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| dbapi-2.3.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/ -->
<dependency>
<groupId>com.gitee.freakchicken.dbapi</groupId>
<artifactId>dbapi</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation 'com.gitee.freakchicken.dbapi:dbapi:2.3.1'
// https://jarcasting.com/artifacts/com.gitee.freakchicken.dbapi/dbapi/
implementation ("com.gitee.freakchicken.dbapi:dbapi:2.3.1")
'com.gitee.freakchicken.dbapi:dbapi:pom:2.3.1'
<dependency org="com.gitee.freakchicken.dbapi" name="dbapi" rev="2.3.1">
<artifact name="dbapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.freakchicken.dbapi', module='dbapi', version='2.3.1')
)
libraryDependencies += "com.gitee.freakchicken.dbapi" % "dbapi" % "2.3.1"
[com.gitee.freakchicken.dbapi/dbapi "2.3.1"]