is not current version
Last Version 1.32.3

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

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

Categories

Categories

IDE Development Tools Quarkus Container Microservices Data
GroupId

GroupId

com.github.database-rider
ArtifactId

ArtifactId

quarkus-postgres-sample
Version

Version

1.31.0
Type

Type

jar

Download quarkus-postgres-sample 1.31.0


<!-- 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.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation 'com.github.database-rider:quarkus-postgres-sample:1.31.0'
// https://jarcasting.com/artifacts/com.github.database-rider/quarkus-postgres-sample/
implementation ("com.github.database-rider:quarkus-postgres-sample:1.31.0")
'com.github.database-rider:quarkus-postgres-sample:jar:1.31.0'
<dependency org="com.github.database-rider" name="quarkus-postgres-sample" rev="1.31.0">
  <artifact name="quarkus-postgres-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='quarkus-postgres-sample', version='1.31.0')
)
libraryDependencies += "com.github.database-rider" % "quarkus-postgres-sample" % "1.31.0"
[com.github.database-rider/quarkus-postgres-sample "1.31.0"]