Categories |
CategoriesJetty Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.nhenneaux.jersey.jetty.http2 |
ArtifactId | ArtifactIdjersey-http2-jetty |
Version | Version1.0.10 |
Type | Typepom |
Filename | Size |
---|---|
jersey-http2-jetty-1.0.10.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/ -->
<dependency>
<groupId>com.github.nhenneaux.jersey.jetty.http2</groupId>
<artifactId>jersey-http2-jetty</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/
implementation 'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:1.0.10'
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/
implementation ("com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:1.0.10")
'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:pom:1.0.10'
<dependency org="com.github.nhenneaux.jersey.jetty.http2" name="jersey-http2-jetty" rev="1.0.10">
<artifact name="jersey-http2-jetty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.jersey.jetty.http2', module='jersey-http2-jetty', version='1.0.10')
)
libraryDependencies += "com.github.nhenneaux.jersey.jetty.http2" % "jersey-http2-jetty" % "1.0.10"
[com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty "1.0.10"]