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