w

wicket-http2-core

Wicket’s implementation to use the PushBuilder API to serve resource via http/2 with less requests. This is the core implementation which provides the header item that uses the API.
文件下载
文件名 操作
wicket-http2-core-0.20.jar 下载
wicket-http2-core-0.20.pom 下载
wicket-http2-core-0.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.wicket.experimental.wicket9</groupId>
  <artifactId>wicket-http2-core</artifactId>
  <version>0.20</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.wicket.experimental.wicket9:wicket-http2-core:0.20'
Gradle Kotlin
implementation("org.apache.wicket.experimental.wicket9:wicket-http2-core:0.20")
Scala SBT
libraryDependencies += "org.apache.wicket.experimental.wicket9" % "wicket-http2-core" % "0.20"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wicket.experimental.wicket9', module='wicket-http2-core', version='0.20')
)
Apache Ivy
<dependency org="org.apache.wicket.experimental.wicket9" name="wicket-http2-core" rev="0.20" />
Leiningen
[org.apache.wicket.experimental.wicket9/wicket-http2-core "0.20"]
Apache Buildr
'org.apache.wicket.experimental.wicket9:wicket-http2-core:jar:0.20'