| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаorg.jdbi |
| Идентификатор | Идентификаторjdbi3-jodatime2 |
| Последняя версия | Последняя версия3.30.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjdbi3 Joda-Time Integration
Jdbi is designed to provide convenient tabular data access in
Java(tm). It uses the Java collections framework for query
results, provides a convenient means of externalizing sql
statements, and provides named parameter support for any database
being used.
|
| Имя Файла | Размер |
|---|---|
| jdbi3-jodatime2-3.30.0.pom | |
| jdbi3-jodatime2-3.30.0.jar | 5 KB |
| jdbi3-jodatime2-3.30.0-tests.jar | 3 KB |
| jdbi3-jodatime2-3.30.0-test-sources.jar | 3 KB |
| jdbi3-jodatime2-3.30.0-sources.jar | 5 KB |
| jdbi3-jodatime2-3.30.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-jodatime2/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-jodatime2</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-jodatime2/
implementation 'org.jdbi:jdbi3-jodatime2:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-jodatime2/
implementation ("org.jdbi:jdbi3-jodatime2:3.30.0")
'org.jdbi:jdbi3-jodatime2:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-jodatime2" rev="3.30.0">
<artifact name="jdbi3-jodatime2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-jodatime2', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-jodatime2" % "3.30.0"
[org.jdbi/jdbi3-jodatime2 "3.30.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi3-core | jar | 3.30.0 |
| joda-time : joda-time | jar | 2.9.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi3-testing | jar | 3.30.0 |
| com.h2database : h2 | jar | 2.1.212 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter-api Необязательный | jar | |
| org.assertj : assertj-core | jar | 3.21.0 |