License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdio.jvelo |
ArtifactId | ArtifactIdjdbi-postgres-uuid |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgres jDBI UUID utilities
Utilities to support UUID in postgres with jDBI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi | jar | 2.55 |
org.postgresql : postgresql | jar | 9.3-1102-jdbc41 |