MVN

net.andreaskluth : reactive-spring-session-postgres

Maven & Gradle

Feb 27, 2022
4 stars

reactive-spring-session-postgres · Reactive Spring Session repository for postgres (vertx-pg-client)

<dependency>
    <groupId>net.andreaskluth</groupId>
    <artifactId>reactive-spring-session-postgres</artifactId>
    <version>0.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.andreaskluth : reactive-spring-session-postgres to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.14

All Versions

Choose a version of net.andreaskluth : reactive-spring-session-postgres to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
reactive-spring-session-postgres-0.0.14
reactive-spring-session-postgres-0.0.13
reactive-spring-session-postgres-0.0.12
reactive-spring-session-postgres-0.0.11
reactive-spring-session-postgres-0.0.10
reactive-spring-session-postgres-0.0.9
reactive-spring-session-postgres-0.0.8
reactive-spring-session-postgres-0.0.7
reactive-spring-session-postgres-0.0.6
reactive-spring-session-postgres-0.0.5
reactive-spring-session-postgres-0.0.4
reactive-spring-session-postgres-0.0.3
reactive-spring-session-postgres-0.0.2
reactive-spring-session-postgres-0.0.1

How to add a dependency to Maven

Add the following net.andreaskluth : reactive-spring-session-postgres maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.andreaskluth</groupId>
    <artifactId>reactive-spring-session-postgres</artifactId>
    <version>0.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.andreaskluth : reactive-spring-session-postgres gradle dependency to your build.gradle file:

implementation 'net.andreaskluth:reactive-spring-session-postgres:0.0.14'

Gradle Kotlin DSL: Add the following net.andreaskluth : reactive-spring-session-postgres gradle kotlin dependency to your build.gradle.kts file:

implementation("net.andreaskluth:reactive-spring-session-postgres:0.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.andreaskluth : reactive-spring-session-postgres sbt scala dependency to your build.sbt file:

libraryDependencies += "net.andreaskluth" % "reactive-spring-session-postgres" % "0.0.14"