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

factcast 195ae24

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

Лицензия

Лицензия

Группа

Группа

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

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

factcast
Версия

Версия

195ae24
Тип

Тип

jar
Описание

Описание

factcast
factcast is a 'good enough' event store using PostgreSQL for persistence, and offers REST and GRPC interfaces.
Ссылка на сайт

Ссылка на сайт

https://github.com/uweschaefer/factcast/tree/master/
Организация-разработчик

Организация-разработчик

factcast
Система контроля версий

Система контроля версий

https://github.com/factcast/factcast.git

Скачать factcast 195ae24

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.26

provided (3)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : annotations jar 3.0.1u2
org.projectlombok : lombok jar 1.18.8
javax.annotation : javax.annotation-api jar 1.3.2

test (7)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.0
org.junit.platform : junit-platform-engine jar 1.5.0
org.junit.platform : junit-platform-commons jar 1.5.0
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
org.mockito : mockito-junit-jupiter jar 3.0.0

Модули Проекта

  • factcast-bom
  • factcast-site
  • factcast-internal-dep
  • factcast-internal-dep-boot
  • factcast-spring-boot-autoconfigure
  • factcast-client-grpc
  • factcast-client-grpc-boot1
  • factcast-client-grpc-cli
  • factcast-store-pgsql
  • factcast-store-pgsql-rds
  • factcast-store-inmem
  • factcast-store-test
  • factcast-core
  • factcast-server-grpc
  • factcast-grpc-api
  • factcast-examples