MVN

org.red5 : websocket

Maven & Gradle

6 usages

websocket · Red5 WebSocket plugin

<dependency>
    <groupId>org.red5</groupId>
    <artifactId>websocket</artifactId>
    <version>1.16.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.red5 : websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.15

All Versions

Choose a version of org.red5 : websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
websocket-1.16.15
websocket-1.16.14
websocket-1.16.13
websocket-1.16.12
websocket-1.16.11
websocket-1.16.10
websocket-1.16.9
websocket-1.16.8
websocket-1.16.6
websocket-1.16.2
websocket-1.16.0
1.15
websocket-1.15
1.14
websocket-1.14
1.12
websocket-1.12
1.11
websocket-1.11
1.10
websocket-1.10
1.9
websocket-1.9
1.8
websocket-1.8
1.7
websocket-1.7
1.6
websocket-1.6
1.5
websocket-1.5
1.4
websocket-1.4
1.3
websocket-1.3
1.2
websocket-1.2
1.1
websocket-1.1
1.0
websocket-1.0

How to add a dependency to Maven

Add the following org.red5 : websocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.red5</groupId>
    <artifactId>websocket</artifactId>
    <version>1.16.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.red5 : websocket gradle dependency to your build.gradle file:

implementation 'org.red5:websocket:1.16.15'

Gradle Kotlin DSL: Add the following org.red5 : websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.red5:websocket:1.16.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.red5 : websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.red5" % "websocket" % "1.16.15"