| Категории |
КатегорииСеть React Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаnet.andreaskluth |
| Идентификатор | Идентификаторreactive-spring-session-postgres |
| Версия | Версия0.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/ -->
<dependency>
<groupId>net.andreaskluth</groupId>
<artifactId>reactive-spring-session-postgres</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/
implementation 'net.andreaskluth:reactive-spring-session-postgres:0.0.4'
// https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/
implementation ("net.andreaskluth:reactive-spring-session-postgres:0.0.4")
'net.andreaskluth:reactive-spring-session-postgres:jar:0.0.4'
<dependency org="net.andreaskluth" name="reactive-spring-session-postgres" rev="0.0.4">
<artifact name="reactive-spring-session-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.andreaskluth', module='reactive-spring-session-postgres', version='0.0.4')
)
libraryDependencies += "net.andreaskluth" % "reactive-spring-session-postgres" % "0.0.4"
[net.andreaskluth/reactive-spring-session-postgres "0.0.4"]