is not current version
Last Version 195ae24

org.factcast:factcast 0.4.5

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

GroupId

GroupId

org.factcast
ArtifactId

ArtifactId

factcast
Version

Version

0.4.5
Type

Type

pom

Download factcast 0.4.5

Filename Size
factcast-0.4.5.pom 23 KB
Browse

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