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