Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIddk.cloudcreate.essentials.components |
ArtifactId | ArtifactIdspring-postgresql-event-store |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/spring-postgresql-event-store/ -->
<dependency>
<groupId>dk.cloudcreate.essentials.components</groupId>
<artifactId>spring-postgresql-event-store</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/spring-postgresql-event-store/
implementation 'dk.cloudcreate.essentials.components:spring-postgresql-event-store:0.1.2'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/spring-postgresql-event-store/
implementation ("dk.cloudcreate.essentials.components:spring-postgresql-event-store:0.1.2")
'dk.cloudcreate.essentials.components:spring-postgresql-event-store:jar:0.1.2'
<dependency org="dk.cloudcreate.essentials.components" name="spring-postgresql-event-store" rev="0.1.2">
<artifact name="spring-postgresql-event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials.components', module='spring-postgresql-event-store', version='0.1.2')
)
libraryDependencies += "dk.cloudcreate.essentials.components" % "spring-postgresql-event-store" % "0.1.2"
[dk.cloudcreate.essentials.components/spring-postgresql-event-store "0.1.2"]