is not current version
Last Version 0.0.3

org.jblabs:outbox-storage-postgres 0.0.1

Outbox message storage implementation using the PostgreSQL database.

GroupId

GroupId

org.jblabs
ArtifactId

ArtifactId

outbox-storage-postgres
Version

Version

0.0.1
Type

Type

jar

Download outbox-storage-postgres 0.0.1


<!-- https://jarcasting.com/artifacts/org.jblabs/outbox-storage-postgres/ -->
<dependency>
    <groupId>org.jblabs</groupId>
    <artifactId>outbox-storage-postgres</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jblabs/outbox-storage-postgres/
implementation 'org.jblabs:outbox-storage-postgres:0.0.1'
// https://jarcasting.com/artifacts/org.jblabs/outbox-storage-postgres/
implementation ("org.jblabs:outbox-storage-postgres:0.0.1")
'org.jblabs:outbox-storage-postgres:jar:0.0.1'
<dependency org="org.jblabs" name="outbox-storage-postgres" rev="0.0.1">
  <artifact name="outbox-storage-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jblabs', module='outbox-storage-postgres', version='0.0.1')
)
libraryDependencies += "org.jblabs" % "outbox-storage-postgres" % "0.0.1"
[org.jblabs/outbox-storage-postgres "0.0.1"]