websockets
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>websockets</artifactId>
<version>7.0.3</version>
</dependency><!--
~ Copyright (c) Squaredesk GmbH and Oliver Dotzauer.
~
~ This program is distributed under the squaredesk open source license. See the LICENSE file
~ distributed with this work for additional information regarding copyright ownership. You may also
~ obtain a copy of the license at
~
~ https://squaredesk.ch/license/oss/LICENSE
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>websockets</artifactId>
<version>7.0.3</version>
<parent>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>parentpom</artifactId>
<version>7.0.1</version>
<relativePath>../parentpom</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>http</artifactId>
<version>7.0.3</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>${grizzly.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets-server</artifactId>
<version>${grizzly.version}</version>
</dependency>
</dependencies>
</project>