| Группа | Группаorg.factcast |
|---|---|
| Идентификатор | Идентификаторfactcast-store-pgsql |
| Версия | Версия0.3.0-M2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| factcast-store-pgsql-0.3.0-M2.pom | |
| factcast-store-pgsql-0.3.0-M2.jar | 190 KB |
| factcast-store-pgsql-0.3.0-M2-tests.jar | 99 KB |
| factcast-store-pgsql-0.3.0-M2-sources.jar | 122 KB |
| factcast-store-pgsql-0.3.0-M2-javadoc.jar | 1008 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-store-pgsql</artifactId>
<version>0.3.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation 'org.factcast:factcast-store-pgsql:0.3.0-M2'
// https://jarcasting.com/artifacts/org.factcast/factcast-store-pgsql/
implementation ("org.factcast:factcast-store-pgsql:0.3.0-M2")
'org.factcast:factcast-store-pgsql:jar:0.3.0-M2'
<dependency org="org.factcast" name="factcast-store-pgsql" rev="0.3.0-M2">
<artifact name="factcast-store-pgsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-store-pgsql', version='0.3.0-M2')
)
libraryDependencies += "org.factcast" % "factcast-store-pgsql" % "0.3.0-M2"
[org.factcast/factcast-store-pgsql "0.3.0-M2"]