is not current version
Last Version 3.1.0-M3

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

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

3.0.1
Type

Type

jar

Download jersey-container-jetty-http 3.0.1


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