is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.containers:jersey-container-jetty-http 2.21

Jetty Http Container

Categories

Categories

Jetty Container Application Servers GlassFish Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.containers
ArtifactId

ArtifactId

jersey-container-jetty-http
Version

Version

2.21
Type

Type

jar

Download jersey-container-jetty-http 2.21


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/ -->
<dependency>
    <groupId>org.glassfish.jersey.containers</groupId>
    <artifactId>jersey-container-jetty-http</artifactId>
    <version>2.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.21'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/
implementation ("org.glassfish.jersey.containers:jersey-container-jetty-http:2.21")
'org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.21'
<dependency org="org.glassfish.jersey.containers" name="jersey-container-jetty-http" rev="2.21">
  <artifact name="jersey-container-jetty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers', module='jersey-container-jetty-http', version='2.21')
)
libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-jetty-http" % "2.21"
[org.glassfish.jersey.containers/jersey-container-jetty-http "2.21"]