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

org.factcast:factcast 0.4.0-RC1

factcast is a 'good enough' event store using PostgreSQL for persistence, and offers REST and GRPC interfaces.

Группа

Группа

org.factcast
Идентификатор

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

factcast
Версия

Версия

0.4.0-RC1
Тип

Тип

jar

Скачать factcast 0.4.0-RC1

Имя Файла Размер
factcast-0.4.0-RC1.pom 27 KB
factcast-0.4.0-RC1-tests.jar 5 KB
Обзор

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