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