| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаio.jvelo |
| Идентификатор | Идентификаторjdbi-postgres-uuid |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPostgres jDBI UUID utilities
Utilities to support UUID in postgres with jDBI
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jdbi-postgres-uuid-1.0.pom | |
| jdbi-postgres-uuid-1.0.jar | 4 KB |
| jdbi-postgres-uuid-1.0-sources.jar | 1 KB |
| jdbi-postgres-uuid-1.0-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.jvelo/jdbi-postgres-uuid/ -->
<dependency>
<groupId>io.jvelo</groupId>
<artifactId>jdbi-postgres-uuid</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jvelo/jdbi-postgres-uuid/
implementation 'io.jvelo:jdbi-postgres-uuid:1.0'
// https://jarcasting.com/artifacts/io.jvelo/jdbi-postgres-uuid/
implementation ("io.jvelo:jdbi-postgres-uuid:1.0")
'io.jvelo:jdbi-postgres-uuid:jar:1.0'
<dependency org="io.jvelo" name="jdbi-postgres-uuid" rev="1.0">
<artifact name="jdbi-postgres-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jvelo', module='jdbi-postgres-uuid', version='1.0')
)
libraryDependencies += "io.jvelo" % "jdbi-postgres-uuid" % "1.0"
[io.jvelo/jdbi-postgres-uuid "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi | jar | 2.55 |
| org.postgresql : postgresql | jar | 9.3-1102-jdbc41 |