MVN

io.jstach : jstachio-spring-webflux

Maven & Gradle

Aug 21, 2023
113 stars
<dependency>
    <groupId>io.jstach</groupId>
    <artifactId>jstachio-spring-webflux</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jstach : jstachio-spring-webflux to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of io.jstach : jstachio-spring-webflux to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jstachio-spring-webflux-1.3.2
jstachio-spring-webflux-1.3.1
jstachio-spring-webflux-1.3.0
1.2.x
jstachio-spring-webflux-1.2.1
jstachio-spring-webflux-1.2.0
1.1.x
jstachio-spring-webflux-1.1.1
jstachio-spring-webflux-1.1.0
1.0.x
jstachio-spring-webflux-1.0.1
jstachio-spring-webflux-1.0.0
0.19.x
jstachio-spring-webflux-0.19.0
0.18.x
jstachio-spring-webflux-0.18.0
0.17.x
jstachio-spring-webflux-0.17.0
0.16.x
jstachio-spring-webflux-0.16.0
0.15.x
jstachio-spring-webflux-0.15.0
0.14.x
jstachio-spring-webflux-0.14.0
0.13.x
jstachio-spring-webflux-0.13.0
0.12.x
jstachio-spring-webflux-0.12.0
0.11.x
jstachio-spring-webflux-0.11.1
jstachio-spring-webflux-0.11.0
0.10.x
jstachio-spring-webflux-0.10.1
jstachio-spring-webflux-0.10.0

How to add a dependency to Maven

Add the following io.jstach : jstachio-spring-webflux maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.jstach</groupId>
    <artifactId>jstachio-spring-webflux</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.jstach : jstachio-spring-webflux gradle dependency to your build.gradle file:

implementation 'io.jstach:jstachio-spring-webflux:1.3.2'

Gradle Kotlin DSL: Add the following io.jstach : jstachio-spring-webflux gradle kotlin dependency to your build.gradle.kts file:

implementation("io.jstach:jstachio-spring-webflux:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.jstach : jstachio-spring-webflux sbt scala dependency to your build.sbt file:

libraryDependencies += "io.jstach" % "jstachio-spring-webflux" % "1.3.2"