is not current version
Last Version 1.3.0

ca.pjer:jdbi-spring-boot-starter 0.2.0

This is a Spring Boot Starter for auto creating Jdbi and SqlObject

Categories

Categories

Spring Boot Container Microservices JDBI Data Databases
GroupId

GroupId

ca.pjer
ArtifactId

ArtifactId

jdbi-spring-boot-starter
Version

Version

0.2.0
Type

Type

jar

Download jdbi-spring-boot-starter 0.2.0


<!-- https://jarcasting.com/artifacts/ca.pjer/jdbi-spring-boot-starter/ -->
<dependency>
    <groupId>ca.pjer</groupId>
    <artifactId>jdbi-spring-boot-starter</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.pjer/jdbi-spring-boot-starter/
implementation 'ca.pjer:jdbi-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/ca.pjer/jdbi-spring-boot-starter/
implementation ("ca.pjer:jdbi-spring-boot-starter:0.2.0")
'ca.pjer:jdbi-spring-boot-starter:jar:0.2.0'
<dependency org="ca.pjer" name="jdbi-spring-boot-starter" rev="0.2.0">
  <artifact name="jdbi-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.pjer', module='jdbi-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "ca.pjer" % "jdbi-spring-boot-starter" % "0.2.0"
[ca.pjer/jdbi-spring-boot-starter "0.2.0"]