License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases Moshi JSON |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-moshi |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 moshi
Jdbi Moshi integration
|
Filename | Size |
---|---|
jdbi3-moshi-3.30.0.pom | |
jdbi3-moshi-3.30.0.jar | 4 KB |
jdbi3-moshi-3.30.0-tests.jar | 10 KB |
jdbi3-moshi-3.30.0-test-sources.jar | 3 KB |
jdbi3-moshi-3.30.0-sources.jar | 4 KB |
jdbi3-moshi-3.30.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-moshi/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-moshi</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-moshi/
implementation 'org.jdbi:jdbi3-moshi:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-moshi/
implementation ("org.jdbi:jdbi3-moshi:3.30.0")
'org.jdbi:jdbi3-moshi:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-moshi" rev="3.30.0">
<artifact name="jdbi3-moshi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-moshi', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-moshi" % "3.30.0"
[org.jdbi/jdbi3-moshi "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-json | jar | 3.30.0 |
com.squareup.moshi : moshi | jar | 1.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-sqlobject | jar | 3.30.0 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
org.jdbi : jdbi3-json | jar | 3.30.0 |
org.jdbi : jdbi3-postgres | jar | 3.30.0 |
org.jdbi : jdbi3-postgres | jar | 3.30.0 |
de.softwareforge.testing : pg-embedded | jar | 4.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |