не последняя версия
Последняя версия 3.0.0-alpha7

org.jdbi:jdbi3-string-template 3.0.0-alpha2

jdbi-string-template locates SQL statements in StringTemplate files on the classpath

Категории

Категории

JDBI Данные Базы данных
Группа

Группа

org.jdbi
Идентификатор

Идентификатор

jdbi3-string-template
Версия

Версия

3.0.0-alpha2
Тип

Тип

jar

Скачать jdbi3-string-template 3.0.0-alpha2


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