w

wicket-http2-jetty

Wicket’s implementation to use the PushBuilder API to serve resource via http/2 with less requests. This is the jetty implementation to resolve the PushBuilder API and provide the IInitializer.
Files download
File Operation
wicket-http2-jetty-0.25.jar download
wicket-http2-jetty-0.25.pom download
wicket-http2-jetty-0.25-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.wicket.experimental.wicket9</groupId>
  <artifactId>wicket-http2-jetty</artifactId>
  <version>0.25</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.wicket.experimental.wicket9:wicket-http2-jetty:0.25'
Gradle Kotlin
implementation("org.apache.wicket.experimental.wicket9:wicket-http2-jetty:0.25")
Scala SBT
libraryDependencies += "org.apache.wicket.experimental.wicket9" % "wicket-http2-jetty" % "0.25"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wicket.experimental.wicket9', module='wicket-http2-jetty', version='0.25')
)
Apache Ivy
<dependency org="org.apache.wicket.experimental.wicket9" name="wicket-http2-jetty" rev="0.25" />
Leiningen
[org.apache.wicket.experimental.wicket9/wicket-http2-jetty "0.25"]
Apache Buildr
'org.apache.wicket.experimental.wicket9:wicket-http2-jetty:jar:0.25'