File | Operation |
---|---|
websocket-parent-10.0.0.beta3.pom | download |
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
<version>10.0.0.beta3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.jetty.websocket" % "websocket-parent" % "10.0.0.beta3"
@Grapes(
@Grab(group='org.eclipse.jetty.websocket', module='websocket-parent', version='10.0.0.beta3')
)
<dependency org="org.eclipse.jetty.websocket" name="websocket-parent" rev="10.0.0.beta3" />
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>10.0.0.beta3</version> </parent>