MVN

top.zenyoung : zenyoung-webflux-websocket

Maven & Gradle

Dec 09, 2020
0 stars
<dependency>
    <groupId>top.zenyoung</groupId>
    <artifactId>zenyoung-webflux-websocket</artifactId>
    <version>1.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.zenyoung : zenyoung-webflux-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.10

All Versions

Choose a version of top.zenyoung : zenyoung-webflux-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
zenyoung-webflux-websocket-1.9.10
zenyoung-webflux-websocket-1.9.9
zenyoung-webflux-websocket-1.9.8
zenyoung-webflux-websocket-1.9.7
zenyoung-webflux-websocket-1.9.6
zenyoung-webflux-websocket-1.9.5
zenyoung-webflux-websocket-1.9.4
zenyoung-webflux-websocket-1.9.3
zenyoung-webflux-websocket-1.9.2
zenyoung-webflux-websocket-1.9.1
zenyoung-webflux-websocket-1.9.0
1.8.x
zenyoung-webflux-websocket-1.8.8
zenyoung-webflux-websocket-1.8.7
zenyoung-webflux-websocket-1.8.6
zenyoung-webflux-websocket-1.8.5
zenyoung-webflux-websocket-1.8.4
zenyoung-webflux-websocket-1.8.3
zenyoung-webflux-websocket-1.8.2
zenyoung-webflux-websocket-1.8.1
zenyoung-webflux-websocket-1.8.0
1.7.x
zenyoung-webflux-websocket-1.7.1
zenyoung-webflux-websocket-1.7.0
1.6.x
zenyoung-webflux-websocket-1.6.0
1.5.x
zenyoung-webflux-websocket-1.5.4
zenyoung-webflux-websocket-1.5.3
zenyoung-webflux-websocket-1.5.2
zenyoung-webflux-websocket-1.5.1
zenyoung-webflux-websocket-1.5.0

How to add a dependency to Maven

Add the following top.zenyoung : zenyoung-webflux-websocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.zenyoung</groupId>
    <artifactId>zenyoung-webflux-websocket</artifactId>
    <version>1.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.zenyoung : zenyoung-webflux-websocket gradle dependency to your build.gradle file:

implementation 'top.zenyoung:zenyoung-webflux-websocket:1.9.10'

Gradle Kotlin DSL: Add the following top.zenyoung : zenyoung-webflux-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("top.zenyoung:zenyoung-webflux-websocket:1.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.zenyoung : zenyoung-webflux-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "top.zenyoung" % "zenyoung-webflux-websocket" % "1.9.10"

Advertisement