sagalog-postgres
Saga-log provider using Postgres as underlying storage
License |
License |
---|---|
GroupId | GroupIdno.ssb.saga |
ArtifactId | ArtifactIdsagalog-postgres |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgres Saga Log
Postgres Saga Log
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sagalog-postgres-0.7.pom | |
sagalog-postgres-0.7.jar | 23 KB |
sagalog-postgres-0.7-sources.jar | 12 KB |
sagalog-postgres-0.7-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.ssb.saga/sagalog-postgres/ -->
<dependency>
<groupId>no.ssb.saga</groupId>
<artifactId>sagalog-postgres</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/no.ssb.saga/sagalog-postgres/
implementation 'no.ssb.saga:sagalog-postgres:0.7'
// https://jarcasting.com/artifacts/no.ssb.saga/sagalog-postgres/
implementation ("no.ssb.saga:sagalog-postgres:0.7")
'no.ssb.saga:sagalog-postgres:jar:0.7'
<dependency org="no.ssb.saga" name="sagalog-postgres" rev="0.7">
<artifact name="sagalog-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ssb.saga', module='sagalog-postgres', version='0.7')
)
libraryDependencies += "no.ssb.saga" % "sagalog-postgres" % "0.7"
[no.ssb.saga/sagalog-postgres "0.7"]
Group / Artifact | Type | Version |
---|---|---|
no.ssb.saga : sagalog-api | jar | 0.5 |
de.huxhorn.sulky : de.huxhorn.sulky.ulid | jar | 8.2.0 |
com.zaxxer : HikariCP | jar | 3.4.5 |
org.postgresql : postgresql | jar | 42.2.12 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha4 |
org.testng : testng | jar | 6.14.3 |
Saga-log provider using Postgres as underlying storage