is not current version
Last Version 8.0.0-M3

org.apache.wicket:wicket-native-websocket-tomcat 0.2

Provides the code specific to integrate with Tomcat web container

Categories

Categories

Tomcat Container Application Servers Wicket User Interface Web Frameworks Native Development Tools
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket-native-websocket-tomcat
Version

Version

0.2
Type

Type

jar

Download wicket-native-websocket-tomcat 0.2


<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-native-websocket-tomcat</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/
implementation 'org.apache.wicket:wicket-native-websocket-tomcat:0.2'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/
implementation ("org.apache.wicket:wicket-native-websocket-tomcat:0.2")
'org.apache.wicket:wicket-native-websocket-tomcat:jar:0.2'
<dependency org="org.apache.wicket" name="wicket-native-websocket-tomcat" rev="0.2">
  <artifact name="wicket-native-websocket-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-native-websocket-tomcat', version='0.2')
)
libraryDependencies += "org.apache.wicket" % "wicket-native-websocket-tomcat" % "0.2"
[org.apache.wicket/wicket-native-websocket-tomcat "0.2"]