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.
文件下载
文件名 操作
wicket-http2-tomcat-0.19.jar 下载
wicket-http2-tomcat-0.19.pom 下载
wicket-http2-tomcat-0.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.wicket.experimental.wicket9</groupId>
  <artifactId>wicket-http2-tomcat</artifactId>
  <version>0.19</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.wicket.experimental.wicket9:wicket-http2-tomcat:0.19'
Gradle Kotlin
implementation("org.apache.wicket.experimental.wicket9:wicket-http2-tomcat:0.19")
Scala SBT
libraryDependencies += "org.apache.wicket.experimental.wicket9" % "wicket-http2-tomcat" % "0.19"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wicket.experimental.wicket9', module='wicket-http2-tomcat', version='0.19')
)
Apache Ivy
<dependency org="org.apache.wicket.experimental.wicket9" name="wicket-http2-tomcat" rev="0.19" />
Leiningen
[org.apache.wicket.experimental.wicket9/wicket-http2-tomcat "0.19"]
Apache Buildr
'org.apache.wicket.experimental.wicket9:wicket-http2-tomcat:jar:0.19'