License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases JSON |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-json |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 json
Jdbi Json column support
|
Filename | Size |
---|---|
jdbi3-json-3.30.0.pom | |
jdbi3-json-3.30.0.jar | 9 KB |
jdbi3-json-3.30.0-tests.jar | 14 KB |
jdbi3-json-3.30.0-test-sources.jar | 6 KB |
jdbi3-json-3.30.0-sources.jar | 8 KB |
jdbi3-json-3.30.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-json/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-json</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-json/
implementation 'org.jdbi:jdbi3-json:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-json/
implementation ("org.jdbi:jdbi3-json:3.30.0")
'org.jdbi:jdbi3-json:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-json" rev="3.30.0">
<artifact name="jdbi3-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-json', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-json" % "3.30.0"
[org.jdbi/jdbi3-json "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-sqlobject | jar | 3.30.0 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
org.jdbi : jdbi3-core | jar | 3.30.0 |
com.h2database : h2 | jar | 2.1.212 |
org.mockito : mockito-core | jar | 4.2.0 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |