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