Last Version

com.github.database-rider:quarkus-postgres-sample 1.32.3

This sample project was created by Alexei Bratuhin(@coiouhkc github user) as a reproducer for issue #253

License

License

Categories

Categories

IDE Development Tools Quarkus Container Microservices Data
GroupId

GroupId

com.github.database-rider
ArtifactId

ArtifactId

quarkus-postgres-sample
Version

Version

1.32.3
Type

Type

jar
Description

Description

This sample project was created by Alexei Bratuhin(@coiouhkc github user) as a reproducer for issue #253

Download quarkus-postgres-sample 1.32.3


<!-- 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"]

Dependencies

compile (7)

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

provided (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
javax : javaee-api jar 7.0

test (8)

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

Project Modules

There are no modules declared in this project.