j

jdbi-spring-boot-starter

This is a Spring Boot Starter for auto creating Jdbi and SqlObject
https://github.com/pierredavidbelanger/jdbi-spring-boot-starter
Apache License, Version 2.0
Pierre-David Bélanger
Files download
File Operation
jdbi-spring-boot-starter-0.1.0.jar download
jdbi-spring-boot-starter-0.1.0.pom download
jdbi-spring-boot-starter-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.pjer</groupId>
  <artifactId>jdbi-spring-boot-starter</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'ca.pjer:jdbi-spring-boot-starter:0.1.0'
Gradle Kotlin
implementation("ca.pjer:jdbi-spring-boot-starter:0.1.0")
Scala SBT
libraryDependencies += "ca.pjer" % "jdbi-spring-boot-starter" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='ca.pjer', module='jdbi-spring-boot-starter', version='0.1.0')
)
Apache Ivy
<dependency org="ca.pjer" name="jdbi-spring-boot-starter" rev="0.1.0" />
Leiningen
[ca.pjer/jdbi-spring-boot-starter "0.1.0"]
Apache Buildr
'ca.pjer:jdbi-spring-boot-starter:jar:0.1.0'