文件下载
文件名 操作
jdbi-postgres-uuid-1.0.jar 下载
jdbi-postgres-uuid-1.0.pom 下载
jdbi-postgres-uuid-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.jvelo</groupId>
  <artifactId>jdbi-postgres-uuid</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.jvelo:jdbi-postgres-uuid:1.0'
Gradle Kotlin
implementation("io.jvelo:jdbi-postgres-uuid:1.0")
Scala SBT
libraryDependencies += "io.jvelo" % "jdbi-postgres-uuid" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.jvelo', module='jdbi-postgres-uuid', version='1.0')
)
Apache Ivy
<dependency org="io.jvelo" name="jdbi-postgres-uuid" rev="1.0" />
Leiningen
[io.jvelo/jdbi-postgres-uuid "1.0"]
Apache Buildr
'io.jvelo:jdbi-postgres-uuid:jar:1.0'