License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Quarkus Container Microservices Data |
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdquarkus-postgres-sample |
Last Version | Last Version1.32.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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.32.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation 'com.github.database-rider:quarkus-postgres-sample:1.32.3'
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation ("com.github.database-rider:quarkus-postgres-sample:1.32.3")
'com.github.database-rider:quarkus-postgres-sample:jar:1.32.3'
<dependency org="com.github.database-rider" name="quarkus-postgres-sample" rev="1.32.3">
<artifact name="quarkus-postgres-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='quarkus-postgres-sample', version='1.32.3')
)
libraryDependencies += "com.github.database-rider" % "quarkus-postgres-sample" % "1.32.3"
[com.github.database-rider/quarkus-postgres-sample "1.32.3"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
javax : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.15.3 |
org.testcontainers : postgresql | jar | 1.15.3 |
com.github.database-rider : rider-cdi | jar | 1.32.3 |
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar | |
org.hsqldb : hsqldb | jar | 2.6.1 |
org.assertj : assertj-core | jar | 2.9.1 |
org.slf4j : slf4j-simple | jar | 1.7.35 |