j

jdbi3-jackson2

Use Jackson 2.x for JSON column serialization/deserialization.
文件下载
文件名 操作
jdbi3-jackson2-3.38.0-rc2.jar 下载
jdbi3-jackson2-3.38.0-rc2.pom 下载
jdbi3-jackson2-3.38.0-rc2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-jackson2</artifactId>
  <version>3.38.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-jackson2:3.38.0-rc2'
Gradle Kotlin
implementation("org.jdbi:jdbi3-jackson2:3.38.0-rc2")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-jackson2" % "3.38.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-jackson2', version='3.38.0-rc2')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-jackson2" rev="3.38.0-rc2" />
Leiningen
[org.jdbi/jdbi3-jackson2 "3.38.0-rc2"]
Apache Buildr
'org.jdbi:jdbi3-jackson2:jar:3.38.0-rc2'