Categories |
CategoriesTomcat Container Application Servers Wicket User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdorg.apache.wicket |
ArtifactId | ArtifactIdwicket-native-websocket-tomcat |
Version | Version7.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/ -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-tomcat</artifactId>
<version>7.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/
implementation 'org.apache.wicket:wicket-native-websocket-tomcat:7.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-native-websocket-tomcat/
implementation ("org.apache.wicket:wicket-native-websocket-tomcat:7.0.0-M1")
'org.apache.wicket:wicket-native-websocket-tomcat:jar:7.0.0-M1'
<dependency org="org.apache.wicket" name="wicket-native-websocket-tomcat" rev="7.0.0-M1">
<artifact name="wicket-native-websocket-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-native-websocket-tomcat', version='7.0.0-M1')
)
libraryDependencies += "org.apache.wicket" % "wicket-native-websocket-tomcat" % "7.0.0-M1"
[org.apache.wicket/wicket-native-websocket-tomcat "7.0.0-M1"]