j

jdbi3-json

Support for JSON column types. In addition to this module, a serialization module (jackson2, gson2, moshi) is required.
文件下载
文件名 操作
jdbi3-json-3.45.4.jar 下载
jdbi3-json-3.45.4.pom 下载
jdbi3-json-3.45.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-json</artifactId>
  <version>3.45.4</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-json:3.45.4'
Gradle Kotlin
implementation("org.jdbi:jdbi3-json:3.45.4")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-json" % "3.45.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-json', version='3.45.4')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-json" rev="3.45.4" />
Leiningen
[org.jdbi/jdbi3-json "3.45.4"]
Apache Buildr
'org.jdbi:jdbi3-json:jar:3.45.4'