GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store-pgsql |
Version | Version0.3.9 |
Type | Typejar |
Filename | Size |
---|---|
factcast-store-pgsql-0.3.9.pom | |
factcast-store-pgsql-0.3.9.jar | 206 KB |
factcast-store-pgsql-0.3.9-tests.jar | 126 KB |
factcast-store-pgsql-0.3.9-sources.jar | 132 KB |
factcast-store-pgsql-0.3.9-javadoc.jar | 665 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store-pgsql</artifactId>
<version>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation 'org.factcast:factcast-store-pgsql:0.3.9'
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation ("org.factcast:factcast-store-pgsql:0.3.9")
'org.factcast:factcast-store-pgsql:jar:0.3.9'
<dependency org="org.factcast" name="factcast-store-pgsql" rev="0.3.9">
<artifact name="factcast-store-pgsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store-pgsql', version='0.3.9')
)
libraryDependencies += "org.factcast" % "factcast-store-pgsql" % "0.3.9"
[org.factcast/factcast-store-pgsql "0.3.9"]