License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-spring5 |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 Spring 5
jdbi Spring 4/5 forward compatibility testing
|
Filename | Size |
---|---|
jdbi3-spring5-3.30.0.pom | |
jdbi3-spring5-3.30.0.jar | 6 KB |
jdbi3-spring5-3.30.0-tests.jar | 13 KB |
jdbi3-spring5-3.30.0-test-sources.jar | 10 KB |
jdbi3-spring5-3.30.0-sources.jar | 6 KB |
jdbi3-spring5-3.30.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring5/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-spring5</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring5/
implementation 'org.jdbi:jdbi3-spring5:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-spring5/
implementation ("org.jdbi:jdbi3-spring5:3.30.0")
'org.jdbi:jdbi3-spring5:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-spring5" rev="3.30.0">
<artifact name="jdbi3-spring5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-spring5', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-spring5" % "3.30.0"
[org.jdbi/jdbi3-spring5 "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.springframework : spring-core | jar | 5.3.20 |
org.springframework : spring-beans | jar | 5.3.20 |
org.springframework : spring-jdbc | jar | 5.3.20 |
org.springframework : spring-tx | jar | 5.3.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.3.20 |
org.springframework : spring-context | jar | 5.3.20 |
com.h2database : h2 | jar | 2.1.212 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |