<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>2.0-b3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly', module='grizzly-websockets', version='2.0-b3')
)