is not current version
Last Version 0.2.0

dk.cloudcreate.essentials.components:postgresql-queue 0.1.3

This library focuses on providing a Durable Queue supporting message redelivery and Dead Letter Message functionality based on postgresql

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

dk.cloudcreate.essentials.components
ArtifactId

ArtifactId

postgresql-queue
Version

Version

0.1.3
Type

Type

jar

Download postgresql-queue 0.1.3


<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/ -->
<dependency>
    <groupId>dk.cloudcreate.essentials.components</groupId>
    <artifactId>postgresql-queue</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/
implementation 'dk.cloudcreate.essentials.components:postgresql-queue:0.1.3'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/
implementation ("dk.cloudcreate.essentials.components:postgresql-queue:0.1.3")
'dk.cloudcreate.essentials.components:postgresql-queue:jar:0.1.3'
<dependency org="dk.cloudcreate.essentials.components" name="postgresql-queue" rev="0.1.3">
  <artifact name="postgresql-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials.components', module='postgresql-queue', version='0.1.3')
)
libraryDependencies += "dk.cloudcreate.essentials.components" % "postgresql-queue" % "0.1.3"
[dk.cloudcreate.essentials.components/postgresql-queue "0.1.3"]