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