MVN

com.github.trickl : flux-mock-websocket

Maven & Gradle

Dec 07, 2022
0 stars

Flux Mock Websocket · Test library for testing Reactive websocket interaction

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>flux-mock-websocket</artifactId>
    <version>untagged-0bd02bf14d9776ad2ad7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.trickl : flux-mock-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: untagged-0bd02bf14d9776ad2ad7

All Versions

Choose a version of com.github.trickl : flux-mock-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
flux-mock-websocket-0.5.0
0.3.x
flux-mock-websocket-0.3.0
0.2.x
flux-mock-websocket-0.2.0
untagged
flux-mock-websocket-untagged-0bd02bf14d9776ad2ad7
flux-mock-websocket-untagged-befca64359feabfe78c0
flux-mock-websocket-untagged-9dc2005063ec2913ce08
flux-mock-websocket-untagged-d0dbb9b06dfb9a4a8ca4
flux-mock-websocket-untagged-6ea949232ee31a598961
0.0.x
flux-mock-websocket-0.0.2

How to add a dependency to Maven

Add the following com.github.trickl : flux-mock-websocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>flux-mock-websocket</artifactId>
    <version>untagged-0bd02bf14d9776ad2ad7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.trickl : flux-mock-websocket gradle dependency to your build.gradle file:

implementation 'com.github.trickl:flux-mock-websocket:untagged-0bd02bf14d9776ad2ad7'

Gradle Kotlin DSL: Add the following com.github.trickl : flux-mock-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.trickl:flux-mock-websocket:untagged-0bd02bf14d9776ad2ad7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.trickl : flux-mock-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.trickl" % "flux-mock-websocket" % "untagged-0bd02bf14d9776ad2ad7"

Advertisement