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