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