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