| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаdk.cloudcreate.essentials.components |
| Идентификатор | Идентификаторspring-postgresql-event-store |
| Версия | Версия0.1.3 |
| Тип | Типjar |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/spring-postgresql-event-store/
implementation ("dk.cloudcreate.essentials.components:spring-postgresql-event-store:0.1.3")
'dk.cloudcreate.essentials.components:spring-postgresql-event-store:jar:0.1.3'
<dependency org="dk.cloudcreate.essentials.components" name="spring-postgresql-event-store" rev="0.1.3">
<artifact name="spring-postgresql-event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials.components', module='spring-postgresql-event-store', version='0.1.3')
)
libraryDependencies += "dk.cloudcreate.essentials.components" % "spring-postgresql-event-store" % "0.1.3"
[dk.cloudcreate.essentials.components/spring-postgresql-event-store "0.1.3"]