Categories |
CategoriesNet React User Interface Web Frameworks |
---|---|
GroupId | GroupIdnet.andreaskluth |
ArtifactId | ArtifactIdreactive-spring-session-postgres |
Version | Version0.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/ -->
<dependency>
<groupId>net.andreaskluth</groupId>
<artifactId>reactive-spring-session-postgres</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/
implementation 'net.andreaskluth:reactive-spring-session-postgres:0.0.11'
// https://jarcasting.com/artifacts/net.andreaskluth/reactive-spring-session-postgres/
implementation ("net.andreaskluth:reactive-spring-session-postgres:0.0.11")
'net.andreaskluth:reactive-spring-session-postgres:jar:0.0.11'
<dependency org="net.andreaskluth" name="reactive-spring-session-postgres" rev="0.0.11">
<artifact name="reactive-spring-session-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.andreaskluth', module='reactive-spring-session-postgres', version='0.0.11')
)
libraryDependencies += "net.andreaskluth" % "reactive-spring-session-postgres" % "0.0.11"
[net.andreaskluth/reactive-spring-session-postgres "0.0.11"]