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