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