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