w

wicket-http2-tomcat

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