MVN

de.saxsys.synchronizefx : websocket-transmitter

Maven & Gradle

Jan 28, 2016
49 stars

Websocket Transmitter · A server side SynchronizeFX Transmitter that uses the JSR 356 Websocket API.

<dependency>
    <groupId>de.saxsys.synchronizefx</groupId>
    <artifactId>websocket-transmitter</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.saxsys.synchronizefx : websocket-transmitter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of de.saxsys.synchronizefx : websocket-transmitter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
websocket-transmitter-0.7.0

How to add a dependency to Maven

Add the following de.saxsys.synchronizefx : websocket-transmitter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.saxsys.synchronizefx</groupId>
    <artifactId>websocket-transmitter</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.saxsys.synchronizefx : websocket-transmitter gradle dependency to your build.gradle file:

implementation 'de.saxsys.synchronizefx:websocket-transmitter:0.7.0'

Gradle Kotlin DSL: Add the following de.saxsys.synchronizefx : websocket-transmitter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.saxsys.synchronizefx:websocket-transmitter:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.saxsys.synchronizefx : websocket-transmitter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.saxsys.synchronizefx" % "websocket-transmitter" % "0.7.0"

Advertisement