Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.wuic.extensions |
ArtifactId | ArtifactIdhttp2-jetty |
Version | Version0.5.2.RC5 |
Type | Typejar |
Filename | Size |
---|---|
http2-jetty-0.5.2.RC5.pom | |
http2-jetty-0.5.2.RC5.jar | 4 KB |
http2-jetty-0.5.2.RC5-sources.jar | 2 KB |
http2-jetty-0.5.2.RC5-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wuic.extensions/http2-jetty/ -->
<dependency>
<groupId>com.github.wuic.extensions</groupId>
<artifactId>http2-jetty</artifactId>
<version>0.5.2.RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuic.extensions/http2-jetty/
implementation 'com.github.wuic.extensions:http2-jetty:0.5.2.RC5'
// https://jarcasting.com/artifacts/com.github.wuic.extensions/http2-jetty/
implementation ("com.github.wuic.extensions:http2-jetty:0.5.2.RC5")
'com.github.wuic.extensions:http2-jetty:jar:0.5.2.RC5'
<dependency org="com.github.wuic.extensions" name="http2-jetty" rev="0.5.2.RC5">
<artifact name="http2-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuic.extensions', module='http2-jetty', version='0.5.2.RC5')
)
libraryDependencies += "com.github.wuic.extensions" % "http2-jetty" % "0.5.2.RC5"
[com.github.wuic.extensions/http2-jetty "0.5.2.RC5"]