GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store-pgsql |
Version | Version0.0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store-pgsql</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation 'org.factcast:factcast-store-pgsql:0.0.17'
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation ("org.factcast:factcast-store-pgsql:0.0.17")
'org.factcast:factcast-store-pgsql:jar:0.0.17'
<dependency org="org.factcast" name="factcast-store-pgsql" rev="0.0.17">
<artifact name="factcast-store-pgsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store-pgsql', version='0.0.17')
)
libraryDependencies += "org.factcast" % "factcast-store-pgsql" % "0.0.17"
[org.factcast/factcast-store-pgsql "0.0.17"]