MVN

net.andreaskluth : reactive-spring-session-mysql

Maven & Gradle

Oct 26, 2021
4 stars

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

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

Latest Version

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

  • Latest Stable: 0.0.13

All Versions

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

Version Vulnerabilities Updated
0.0.x
reactive-spring-session-mysql-0.0.13
reactive-spring-session-mysql-0.0.12
reactive-spring-session-mysql-0.0.11
reactive-spring-session-mysql-0.0.10
reactive-spring-session-mysql-0.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>net.andreaskluth</groupId>
    <artifactId>reactive-spring-session-mysql</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.andreaskluth:reactive-spring-session-mysql:0.0.13'

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

implementation("net.andreaskluth:reactive-spring-session-mysql:0.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.andreaskluth" % "reactive-spring-session-mysql" % "0.0.13"