| License |
License |
|---|---|
| GroupId | GroupIdorg.factcast |
| ArtifactId | ArtifactIdfactcast-hugo |
| Version | Version0.5.3 |
| 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-hugo-0.5.3.pom | |
| factcast-hugo-0.5.3.jar | 1 KB |
| factcast-hugo-0.5.3-tests.jar | 1 KB |
| factcast-hugo-0.5.3-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-hugo/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-hugo</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-hugo/
implementation 'org.factcast:factcast-hugo:0.5.3'
// https://jarcasting.com/artifacts/org.factcast/factcast-hugo/
implementation ("org.factcast:factcast-hugo:0.5.3")
'org.factcast:factcast-hugo:jar:0.5.3'
<dependency org="org.factcast" name="factcast-hugo" rev="0.5.3">
<artifact name="factcast-hugo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-hugo', version='0.5.3')
)
libraryDependencies += "org.factcast" % "factcast-hugo" % "0.5.3"
[org.factcast/factcast-hugo "0.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1u2 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |