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

org.factcast:factcast 0.2.0-M6

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

Группа

Группа

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

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

factcast
Версия

Версия

0.2.0-M6
Тип

Тип

jar

Скачать factcast 0.2.0-M6

Имя Файла Размер
factcast-0.2.0-M6.pom 18 KB
factcast-0.2.0-M6-tests.jar 4 KB
Обзор

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