MVN

org.wicketstuff : wicketstuff-native-websocket-javax

Maven & Gradle

Dec 15, 2018

WicketStuff Native WebSocket Javax · Provides the common code needed for the different integrations with web container's WebSocket implementations

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-native-websocket-javax</artifactId>
    <version>6.30.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.30.0

All Versions

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

Version Vulnerabilities Updated
6.30.x
wicketstuff-native-websocket-javax-6.30.0
6.28.x
wicketstuff-native-websocket-javax-6.28.0
6.26.x
wicketstuff-native-websocket-javax-6.26.0
6.25.x
wicketstuff-native-websocket-javax-6.25.0
6.24.x
wicketstuff-native-websocket-javax-6.24.0
6.23.x
wicketstuff-native-websocket-javax-6.23.0
6.22.x
wicketstuff-native-websocket-javax-6.22.0
6.21.x
wicketstuff-native-websocket-javax-6.21.0
6.20.x
wicketstuff-native-websocket-javax-6.20.0
6.19.x
wicketstuff-native-websocket-javax-6.19.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-native-websocket-javax</artifactId>
    <version>6.30.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicketstuff-native-websocket-javax gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicketstuff-native-websocket-javax:6.30.0'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicketstuff-native-websocket-javax gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicketstuff-native-websocket-javax:6.30.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicketstuff-native-websocket-javax sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicketstuff-native-websocket-javax" % "6.30.0"