License |
License |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-test |
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-test-0.5.7.pom | |
factcast-test-0.5.7.jar | 8 KB |
factcast-test-0.5.7-tests.jar | 1 KB |
factcast-test-0.5.7-sources.jar | 5 KB |
factcast-test-0.5.7-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-test/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-test</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-test/
implementation 'org.factcast:factcast-test:0.5.7'
// https://jarcasting.com/artifacts/org.factcast/factcast-test/
implementation ("org.factcast:factcast-test:0.5.7")
'org.factcast:factcast-test:jar:0.5.7'
<dependency org="org.factcast" name="factcast-test" rev="0.5.7">
<artifact name="factcast-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-test', version='0.5.7')
)
libraryDependencies += "org.factcast" % "factcast-test" % "0.5.7"
[org.factcast/factcast-test "0.5.7"]
Group / Artifact | Type | Version |
---|---|---|
org.factcast : factcast-core | jar | |
org.factcast : factcast-factus | jar | |
org.postgresql : postgresql | jar | |
org.testcontainers : postgresql | jar | 1.17.2 |
org.testcontainers : toxiproxy | jar | 1.17.2 |
org.junit.platform : junit-platform-commons | jar | |
com.portingle : slf4jtesting | jar | 1.2.0 |
org.testcontainers : junit-jupiter | jar | 1.17.2 |
org.apache.commons : commons-compress | jar | 1.21 |
org.slf4j : slf4j-api | jar | |
com.squareup.okhttp3 : okhttp | jar | 4.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
io.github.hakky54 : logcaptor | jar | 2.7.10 |
org.assertj : assertj-core | jar | 3.23.1 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-engine | jar | |
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-junit-jupiter | jar | 3.12.4 |