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