| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаdk.cloudcreate.essentials.components |
| Идентификатор | Идентификаторpostgresql-event-store |
| Версия | Версия0.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postgresql-event-store-0.1.3.pom | |
| postgresql-event-store-0.1.3.jar | 151 KB |
| postgresql-event-store-0.1.3-sources.jar | 94 KB |
| postgresql-event-store-0.1.3-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-event-store/ -->
<dependency>
<groupId>dk.cloudcreate.essentials.components</groupId>
<artifactId>postgresql-event-store</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-event-store/
implementation 'dk.cloudcreate.essentials.components:postgresql-event-store:0.1.3'
// https://jarcasting.com/artifacts/dk.cloudcreate.essentials.components/postgresql-event-store/
implementation ("dk.cloudcreate.essentials.components:postgresql-event-store:0.1.3")
'dk.cloudcreate.essentials.components:postgresql-event-store:jar:0.1.3'
<dependency org="dk.cloudcreate.essentials.components" name="postgresql-event-store" rev="0.1.3">
<artifact name="postgresql-event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cloudcreate.essentials.components', module='postgresql-event-store', version='0.1.3')
)
libraryDependencies += "dk.cloudcreate.essentials.components" % "postgresql-event-store" % "0.1.3"
[dk.cloudcreate.essentials.components/postgresql-event-store "0.1.3"]