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.
Files download
File Operation
wicket-http2-core-0.8.jar download
wicket-http2-core-0.8.pom download
wicket-http2-core-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.wicket.experimental.wicket8</groupId>
  <artifactId>wicket-http2-core</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.wicket.experimental.wicket8:wicket-http2-core:0.8'
Gradle Kotlin
implementation("org.apache.wicket.experimental.wicket8:wicket-http2-core:0.8")
Scala SBT
libraryDependencies += "org.apache.wicket.experimental.wicket8" % "wicket-http2-core" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wicket.experimental.wicket8', module='wicket-http2-core', version='0.8')
)
Apache Ivy
<dependency org="org.apache.wicket.experimental.wicket8" name="wicket-http2-core" rev="0.8" />
Leiningen
[org.apache.wicket.experimental.wicket8/wicket-http2-core "0.8"]
Apache Buildr
'org.apache.wicket.experimental.wicket8:wicket-http2-core:jar:0.8'