is not current version
Last Version 0.2.0

dk.cloudcreate.essentials.components:postgresql-event-store 0.1.2

This library focuses on providing an EventStore that is tailored for working with Postgresql version 9.4 or later (i.e. it supports JSON and JSONB column types)

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

dk.cloudcreate.essentials.components
ArtifactId

ArtifactId

postgresql-event-store
Version

Version

0.1.2
Type

Type

jar

Download postgresql-event-store 0.1.2


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