License |
License |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-store |
Version | Version0.5.0 |
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.0.pom | |
factcast-store-0.5.0.jar | 244 KB |
factcast-store-0.5.0-tests.jar | 179 KB |
factcast-store-0.5.0-sources.jar | 152 KB |
factcast-store-0.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation 'org.factcast:factcast-store:0.5.0'
// https://jarcasting.com/artifacts/org.factcast/factcast-store/
implementation ("org.factcast:factcast-store:0.5.0")
'org.factcast:factcast-store:jar:0.5.0'
<dependency org="org.factcast" name="factcast-store" rev="0.5.0">
<artifact name="factcast-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store', version='0.5.0')
)
libraryDependencies += "org.factcast" % "factcast-store" % "0.5.0"
[org.factcast/factcast-store "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
net.javacrumbs.shedlock : shedlock-spring | jar | 4.33.0 |
net.javacrumbs.shedlock : shedlock-provider-jdbc-template | jar | 4.33.0 |
org.factcast : factcast-core | jar | |
org.liquibase : liquibase-core | jar | 4.7.1 |
org.postgresql : postgresql | jar | 42.3.2 |
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.9.3 |
org.graalvm.js : js | jar | 21.3.1 |
org.graalvm.js : js-scriptengine | jar | 21.3.1 |
org.graalvm.sdk : graal-sdk | jar | 21.3.1 |
org.graalvm.truffle : truffle-api | jar | 21.3.1 |
org.springframework.retry : spring-retry | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
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.0 |
org.factcast : factcast-store-test | jar | |
org.testcontainers : postgresql | jar | 1.16.3 |
org.slf4j : slf4j-simple | jar | |
org.springframework : spring-test | jar | |
io.javalin : javalin | jar | 3.13.12 |
org.assertj : assertj-core | jar | 3.22.0 |
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 |