License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIddk.cloudcreate.essentials.components |
ArtifactId | ArtifactIdpostgresql-queue |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis library focuses on providing a Durable Queue supporting message redelivery and Dead Letter Message functionality based on postgresql
|
Filename | Size |
---|---|
postgresql-queue-0.2.0.pom | |
postgresql-queue-0.2.0.jar | 29 KB |
postgresql-queue-0.2.0-sources.jar | 17 KB |
postgresql-queue-0.2.0-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/ -->
<dependency>
<groupId>dk.cloudcreate.essentials.components</groupId>
<artifactId>postgresql-queue</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/
implementation 'dk.cloudcreate.essentials.components:postgresql-queue:0.2.0'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-queue/
implementation ("dk.cloudcreate.essentials.components:postgresql-queue:0.2.0")
'dk.cloudcreate.essentials.components:postgresql-queue:jar:0.2.0'
<dependency org="dk.cloudcreate.essentials.components" name="postgresql-queue" rev="0.2.0">
<artifact name="postgresql-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials.components', module='postgresql-queue', version='0.2.0')
)
libraryDependencies += "dk.cloudcreate.essentials.components" % "postgresql-queue" % "0.2.0"
[dk.cloudcreate.essentials.components/postgresql-queue "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
dk.cloudcreate.essentials.components : common-types | jar | 0.2.0 |
dk.cloudcreate.essentials : types-jdbi | jar | 0.7.3 |
dk.cloudcreate.essentials : reactive | jar | 0.7.3 |
dk.cloudcreate.essentials : types-jackson | jar | 0.7.3 |
dk.cloudcreate.essentials : immutable-jackson | jar | 0.7.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-postgres | jar | |
org.postgresql : postgresql | jar | 42.3.6 |
org.jdbi : jdbi3-core | jar | |
io.projectreactor : reactor-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : junit-jupiter | jar | |
org.testcontainers : postgresql | jar | |
org.objenesis : objenesis | jar | 3.2 |
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.awaitility : awaitility | jar | 4.2.0 |
ch.qos.logback : logback-classic | jar | 1.2.11 |