File | Operation |
---|---|
websocket-parent-10.0.24.pom | download |
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
<version>10.0.24</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.websocket', module='websocket-parent', version='10.0.24')
)
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>10.0.24</version> </parent>