<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>2.0.0-RC1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-websockets', version='2.0.0-RC1')
)