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