GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-store-pgsql-rds |
Version | Version0.2.0-M9 |
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.2.0-M9</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql-rds/
implementation 'org.factcast:factcast-store-pgsql-rds:0.2.0-M9'
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql-rds/
implementation ("org.factcast:factcast-store-pgsql-rds:0.2.0-M9")
'org.factcast:factcast-store-pgsql-rds:jar:0.2.0-M9'
<dependency org="org.factcast" name="factcast-store-pgsql-rds" rev="0.2.0-M9">
<artifact name="factcast-store-pgsql-rds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store-pgsql-rds', version='0.2.0-M9')
)
libraryDependencies += "org.factcast" % "factcast-store-pgsql-rds" % "0.2.0-M9"
[org.factcast/factcast-store-pgsql-rds "0.2.0-M9"]