MVN

org.jdbi : jdbi3-stringtemplate4

Maven & Gradle

Aug 15, 2023
8 usages
1.7k stars

jdbi3 stringtemplate4 · Use Stringtemplate 4 for query templating.

<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-stringtemplate4</artifactId>
    <version>3.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdbi : jdbi3-stringtemplate4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.41.0
  • Latest Release Candidate: 3.41.0-rc1
  • Latest Beta: 3.0.0-beta4
  • Latest Alpha: 3.0.0-alpha10

All Versions

Choose a version of org.jdbi : jdbi3-stringtemplate4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.41.x
jdbi3-stringtemplate4-3.41.0
jdbi3-stringtemplate4-3.41.0-rc1
3.40.x
jdbi3-stringtemplate4-3.40.0
jdbi3-stringtemplate4-3.40.0-rc1
jdbi3-stringtemplate4-3.40.0-a0
3.39.x
jdbi3-stringtemplate4-3.39.1
jdbi3-stringtemplate4-3.39.0
3.38.x
jdbi3-stringtemplate4-3.38.3
jdbi3-stringtemplate4-3.38.2
jdbi3-stringtemplate4-3.38.1
jdbi3-stringtemplate4-3.38.1-rc1
jdbi3-stringtemplate4-3.38.0
jdbi3-stringtemplate4-3.38.0-rc3
jdbi3-stringtemplate4-3.38.0-rc2
jdbi3-stringtemplate4-3.38.0-rc1
3.37.x
jdbi3-stringtemplate4-3.37.1
jdbi3-stringtemplate4-3.37.0
3.36.x
jdbi3-stringtemplate4-3.36.0
3.35.x
jdbi3-stringtemplate4-3.35.0
jdbi3-stringtemplate4-3.35.0-rc1
3.34.x
jdbi3-stringtemplate4-3.34.0
3.33.x
jdbi3-stringtemplate4-3.33.0
3.32.x
jdbi3-stringtemplate4-3.32.0
3.31.x
jdbi3-stringtemplate4-3.31.0
3.30.x
jdbi3-stringtemplate4-3.30.0
3.29.x
jdbi3-stringtemplate4-3.29.0
3.28.x
jdbi3-stringtemplate4-3.28.0
3.27.x
jdbi3-stringtemplate4-3.27.2
jdbi3-stringtemplate4-3.27.1
jdbi3-stringtemplate4-3.27.0
3.26.x
jdbi3-stringtemplate4-3.26.1
jdbi3-stringtemplate4-3.26.0
3.25.x
jdbi3-stringtemplate4-3.25.0
3.24.x
jdbi3-stringtemplate4-3.24.1
jdbi3-stringtemplate4-3.24.0
3.23.x
jdbi3-stringtemplate4-3.23.0
3.22.x
jdbi3-stringtemplate4-3.22.0
3.21.x
jdbi3-stringtemplate4-3.21.0
3.20.x
jdbi3-stringtemplate4-3.20.1
jdbi3-stringtemplate4-3.20.0
3.19.x
jdbi3-stringtemplate4-3.19.0
3.18.x
jdbi3-stringtemplate4-3.18.1
jdbi3-stringtemplate4-3.18.0
3.17.x
jdbi3-stringtemplate4-3.17.0
3.16.x
jdbi3-stringtemplate4-3.16.0
3.15.x
jdbi3-stringtemplate4-3.15.1
jdbi3-stringtemplate4-3.15.0
3.14.x
jdbi3-stringtemplate4-3.14.4
jdbi3-stringtemplate4-3.14.3
jdbi3-stringtemplate4-3.14.2
jdbi3-stringtemplate4-3.14.1
jdbi3-stringtemplate4-3.14.0
3.13.x
jdbi3-stringtemplate4-3.13.0
3.12.x
jdbi3-stringtemplate4-3.12.2
jdbi3-stringtemplate4-3.12.0
3.11.x
jdbi3-stringtemplate4-3.11.1
jdbi3-stringtemplate4-3.11.0
3.10.x
jdbi3-stringtemplate4-3.10.1
jdbi3-stringtemplate4-3.10.0
jdbi3-stringtemplate4-3.10.0-rc1
3.9.x
jdbi3-stringtemplate4-3.9.1
jdbi3-stringtemplate4-3.9.0
3.8.x
jdbi3-stringtemplate4-3.8.2
jdbi3-stringtemplate4-3.8.1
jdbi3-stringtemplate4-3.8.0
3.7.x
jdbi3-stringtemplate4-3.7.1
jdbi3-stringtemplate4-3.7.0
3.6.x
jdbi3-stringtemplate4-3.6.0
3.5.x
jdbi3-stringtemplate4-3.5.1
jdbi3-stringtemplate4-3.5.0
3.4.x
jdbi3-stringtemplate4-3.4.0
3.3.x
jdbi3-stringtemplate4-3.3.0
3.2.x
jdbi3-stringtemplate4-3.2.1
jdbi3-stringtemplate4-3.2.0
3.1.x
jdbi3-stringtemplate4-3.1.1
jdbi3-stringtemplate4-3.1.0
3.0.x
jdbi3-stringtemplate4-3.0.1
jdbi3-stringtemplate4-3.0.0
jdbi3-stringtemplate4-3.0.0-rc2
jdbi3-stringtemplate4-3.0.0-rc1
jdbi3-stringtemplate4-3.0.0-beta4
jdbi3-stringtemplate4-3.0.0-beta3
jdbi3-stringtemplate4-3.0.0-beta2
jdbi3-stringtemplate4-3.0.0-beta1
jdbi3-stringtemplate4-3.0.0-beta0
jdbi3-stringtemplate4-3.0.0-alpha10
jdbi3-stringtemplate4-3.0.0-alpha9
jdbi3-stringtemplate4-3.0.0-alpha8

How to add a dependency to Maven

Add the following org.jdbi : jdbi3-stringtemplate4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-stringtemplate4</artifactId>
    <version>3.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdbi : jdbi3-stringtemplate4 gradle dependency to your build.gradle file:

implementation 'org.jdbi:jdbi3-stringtemplate4:3.41.0'

Gradle Kotlin DSL: Add the following org.jdbi : jdbi3-stringtemplate4 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdbi:jdbi3-stringtemplate4:3.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdbi : jdbi3-stringtemplate4 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdbi" % "jdbi3-stringtemplate4" % "3.41.0"

Advertisement

Dependencies from Group

Aug 15, 2023
223 usages
1.7k stars
Jan 22, 2017
216 usages
1.8k stars
Aug 15, 2023
161 usages
1.7k stars
Jul 18, 2017
36 usages
Aug 15, 2023
24 usages
1.7k stars

Discover Dependencies

May 08, 2021
3 usages
1.4k stars
Nov 29, 2020
3 usages
642 stars
May 11, 2019
3 usages
642 stars
Nov 29, 2020
3 usages
642 stars
Jan 24, 2017
8 usages
Oct 14, 2017
3 usages
Oct 15, 2017
3 usages