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

org.factcast:factcast 0.0.15

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

Группа

Группа

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

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

factcast
Версия

Версия

0.0.15
Тип

Тип

jar

Скачать factcast 0.0.15

Имя Файла Размер
factcast-0.0.15.pom 9 KB
factcast-0.0.15-tests.jar 3 KB
Обзор

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