License |
License |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-store |
Last Version | Last Version0.5.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfactcast is a 'good enough' event store using PostgreSQL
for persistence, and offers REST and GRPC
interfaces.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
factcast-store-0.5.7.pom | |
factcast-store-0.5.7.jar | 234 KB |
factcast-store-0.5.7-tests.jar | 162 KB |
factcast-store-0.5.7-sources.jar | 145 KB |
factcast-store-0.5.7-javadoc.jar | 717 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation 'org.factcast:factcast-store:0.5.7'
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation ("org.factcast:factcast-store:0.5.7")
'org.factcast:factcast-store:jar:0.5.7'
<dependency org="org.factcast" name="factcast-store" rev="0.5.7">
<artifact name="factcast-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store', version='0.5.7')
)
libraryDependencies += "org.factcast" % "factcast-store" % "0.5.7"
[org.factcast/factcast-store "0.5.7"]
Group / Artifact | Type | Version |
---|---|---|
net.javacrumbs.shedlock : shedlock-spring | jar | 4.36.0 |
net.javacrumbs.shedlock : shedlock-provider-jdbc-template | jar | 4.36.0 |
org.factcast : factcast-core | jar | |
org.liquibase : liquibase-core | jar | 4.11.0 |
org.postgresql : postgresql | jar | 42.4.0 |
com.google.guava : guava | jar | |
com.github.java-json-tools : json-schema-validator | jar | |
org.springframework : spring-jdbc | jar | |
org.apache.tomcat : tomcat-jdbc | jar | |
io.micrometer : micrometer-core | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework : spring-aspects | jar | |
es.usc.citius.hipster : hipster-core | jar | 1.0.1 |
org.apache.commons : commons-collections4 | jar | 4.4 |
com.squareup.okhttp3 : okhttp | jar | 4.10.0 |
org.graalvm.js : js | jar | 22.1.0.1 |
org.graalvm.js : js-scriptengine | jar | 22.1.0.1 |
org.graalvm.sdk : graal-sdk | jar | 22.1.0.1 |
org.graalvm.truffle : truffle-api | jar | 22.1.0.1 |
org.springframework.retry : spring-retry | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.factcast : factcast-test | jar | |
org.factcast : factcast-core | test-jar | 0.5.7 |
org.factcast : factcast-store-test | jar | |
org.testcontainers : postgresql | jar | 1.17.2 |
org.slf4j : slf4j-simple | jar | |
org.springframework : spring-test | jar | |
io.javalin : javalin | jar | 4.6.1 |
org.assertj : assertj-core | jar | 3.23.1 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-engine | jar | |
org.junit.platform : junit-platform-commons | jar | |
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-junit-jupiter | jar | 3.12.4 |