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.3 |
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.3</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.3'
// 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.3")
'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty-bundle:jar:1.0.3'
<dependency org="com.github.nhenneaux.jersey.jetty.http2" name="jersey-http2-jetty-bundle" rev="1.0.3">
<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.3')
)
libraryDependencies += "com.github.nhenneaux.jersey.jetty.http2" % "jersey-http2-jetty-bundle" % "1.0.3"
[com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty-bundle "1.0.3"]