jdbi String Template

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

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

jdbi3-string-template
Последняя версия

Последняя версия

3.0.0-alpha7
Дата

Дата

Тип

Тип

jar
Описание

Описание

jdbi String Template
jdbi-string-template locates SQL statements in StringTemplate files on the classpath
Ссылка на сайт

Ссылка на сайт

http://jdbi.org/

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

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.jdbi : jdbi3 jar 3.0.0-alpha7
org.jdbi : jdbi3-sqlobject Необязательный jar 3.0.0-alpha7
org.antlr : stringtemplate Необязательный jar 3.2.1
net.jodah : expiringmap jar 0.5.6
com.google.code.findbugs : annotations jar 3.0.1

test (12)

Идентификатор библиотеки Тип Версия
org.jdbi : jdbi3 jar 3.0.0-alpha7
org.mockito : mockito-core jar 2.1.0-RC.1
com.google.guava : guava jar 19.0
org.jdbi : jdbi3-guava jar 3.0.0-alpha7
org.apache.commons : commons-jexl jar 2.1.1
com.h2database : h2 jar 1.3.173
org.hsqldb : hsqldb jar 2.3.2
org.postgresql : postgresql jar 9.4.1208
com.opentable.components : otj-pg-embedded jar 0.7.0
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2

Модули Проекта

Данный проект не имеет модулей.

Jdbi Logo

Build Status

The Jdbi library provides convenient, idiomatic access to relational databases in Java.

Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it.

Prerequisites

Jdbi 3 requires Java 8 or better.

We run CI tests against Java 8, 11, 14, and 15. We recommend running the latest GA JDK.

At this point Java 8 is considered deprecated. While Jdbi does not (yet) have a specific date to drop support, please chart your path forward to a supported JDK!

Builds

Jdbi is built with Maven:

$ mvn clean install

The tests use real Postgres and H2 databases.

You do not need to install anything--the tests will spin up temporary database servers as needed.

Contributing

Please read CONTRIBUTING.md for instructions to set up your development environment to build Jdbi.

Versioning

We use SemVer for versioning.

License

This project is licensed under the Apache 2.0 license.

Project Members

  • Brian McCallister (@brianm) - Project Founder
  • Steven Schlansker (@stevenschlansker)
  • Henning Schmiedehausen (@hgschmie)
  • Matthew Hall (@qualidafial)
  • Artem Prigoda (@arteam)
  • Marnick L'Eau (@TheRealMarnes)

Special Thanks

  • Alex Harin (@aharin) - Kotlin plugins.
  • Ali Shakiba (@shakiba) - JPA plugin
  • @alwins0n - Vavr plugin.
  • Fred Deschenes (@FredDeschenes) - Kotlin unchecked extensions for Jdbi functions. @BindFields, @BindMethods annotations.
org.jdbi
https://jdbi.org

Версии библиотеки

Версия
3.0.0-alpha7
3.0.0-alpha6
3.0.0-alpha5
3.0.0-alpha4
3.0.0-alpha3
3.0.0-alpha2
3.0.0-alpha1