не последняя версия
Последняя версия 0.2.0

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

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)

Категории

Категории

PostgreSQL Данные Базы данных
Группа

Группа

dk.cloudcreate.essentials.components
Идентификатор

Идентификатор

postgresql-event-store
Версия

Версия

0.1.3
Тип

Тип

jar

Скачать postgresql-event-store 0.1.3


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