is not current version
Last Version 3.30.0

org.jdbi:jdbi3-stringtemplate4 3.14.0

jdbi-stringtemplate4 locates SQL statements in StringTemplate 4 files on the classpath

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-stringtemplate4
Version

Version

3.14.0
Type

Type

jar

Download jdbi3-stringtemplate4 3.14.0


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