is not current version
Last Version 0.20

org.apache.wicket.experimental.wicket8:wicket-http2-core 0.1

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.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket.experimental.wicket8
ArtifactId

ArtifactId

wicket-http2-core
Version

Version

0.1
Type

Type

jar

Download wicket-http2-core 0.1


<!-- https://jarcasting.com/artifacts/org.apache.wicket.experimental.wicket8/wicket-http2-core/ -->
<dependency>
    <groupId>org.apache.wicket.experimental.wicket8</groupId>
    <artifactId>wicket-http2-core</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket.experimental.wicket8/wicket-http2-core/
implementation 'org.apache.wicket.experimental.wicket8:wicket-http2-core:0.1'
// https://jarcasting.com/artifacts/org.apache.wicket.experimental.wicket8/wicket-http2-core/
implementation ("org.apache.wicket.experimental.wicket8:wicket-http2-core:0.1")
'org.apache.wicket.experimental.wicket8:wicket-http2-core:jar:0.1'
<dependency org="org.apache.wicket.experimental.wicket8" name="wicket-http2-core" rev="0.1">
  <artifact name="wicket-http2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket.experimental.wicket8', module='wicket-http2-core', version='0.1')
)
libraryDependencies += "org.apache.wicket.experimental.wicket8" % "wicket-http2-core" % "0.1"
[org.apache.wicket.experimental.wicket8/wicket-http2-core "0.1"]