is not current version
Last Version 195ae24

org.factcast:factcast 0.1.0-M1

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.1.0-M1
Type

Type

jar

Download factcast 0.1.0-M1


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