| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки Quarkus Контейнер Микросервисы Данные |
| Группа | Группаcom.github.database-rider |
| Идентификатор | Идентификаторquarkus-postgres-sample |
| Версия | Версия1.28.0 |
| Тип | Типjar |
| Описание |
ОписаниеThis sample project was created by Alexei Bratuhin(@coiouhkc github user) as a reproducer for issue #253
|
<!-- https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>quarkus-postgres-sample</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation 'com.github.database-rider:quarkus-postgres-sample:1.28.0'
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation ("com.github.database-rider:quarkus-postgres-sample:1.28.0")
'com.github.database-rider:quarkus-postgres-sample:jar:1.28.0'
<dependency org="com.github.database-rider" name="quarkus-postgres-sample" rev="1.28.0">
<artifact name="quarkus-postgres-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='quarkus-postgres-sample', version='1.28.0')
)
libraryDependencies += "com.github.database-rider" % "quarkus-postgres-sample" % "1.28.0"
[com.github.database-rider/quarkus-postgres-sample "1.28.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus : quarkus-arc | jar | |
| io.quarkus : quarkus-resteasy | jar | |
| io.quarkus : quarkus-flyway | jar | |
| io.quarkus : quarkus-jdbc-postgresql | jar | |
| io.quarkus : quarkus-hibernate-orm-panache | jar | |
| org.projectlombok : lombok | jar | 1.18.16 |
| stax : stax | jar | 1.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| javax : javaee-api | jar | 7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testcontainers : testcontainers | jar | 1.15.3 |
| org.testcontainers : postgresql | jar | 1.15.3 |
| com.github.database-rider : rider-cdi | jar | 1.28.0 |
| io.quarkus : quarkus-junit5 | jar | |
| io.rest-assured : rest-assured | jar | |
| org.hsqldb : hsqldb | jar | 2.3.3 |
| org.assertj : assertj-core | jar | 2.5.0 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |