License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net JDBI Data Databases |
GroupId | GroupIdnet.sixpointsix |
ArtifactId | ArtifactIdspring-boot-jdbi-starter |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot JDBI Library
JDBI Library for spring boot
|
Project Organization |
Project Organization6point6 Limited |
<!-- https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-jdbi-starter/ -->
<dependency>
<groupId>net.sixpointsix</groupId>
<artifactId>spring-boot-jdbi-starter</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-jdbi-starter/
implementation 'net.sixpointsix:spring-boot-jdbi-starter:0.9.0'
// https://jarcasting.com/artifacts/net.sixpointsix/spring-boot-jdbi-starter/
implementation ("net.sixpointsix:spring-boot-jdbi-starter:0.9.0")
'net.sixpointsix:spring-boot-jdbi-starter:jar:0.9.0'
<dependency org="net.sixpointsix" name="spring-boot-jdbi-starter" rev="0.9.0">
<artifact name="spring-boot-jdbi-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sixpointsix', module='spring-boot-jdbi-starter', version='0.9.0')
)
libraryDependencies += "net.sixpointsix" % "spring-boot-jdbi-starter" % "0.9.0"
[net.sixpointsix/spring-boot-jdbi-starter "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.5.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.jdbi : jdbi3-core | jar | 3.4.0 |
org.jdbi : jdbi3-sqlobject Optional | jar | 3.4.0 |
org.jdbi : jdbi3-guava Optional | jar | 3.4.0 |
org.jdbi : jdbi3-kotlin Optional | jar | 3.4.0 |
org.jdbi : jdbi3-kotlin-sqlobject Optional | jar | 3.4.0 |
org.jdbi : jdbi3-postgres Optional | jar | 3.4.0 |
org.jdbi : jdbi3-jodatime2 Optional | jar | 3.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.2 |
org.mockito : mockito-core | jar | 2.23.4 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |