не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.containers:jersey-container-netty-http 2.25.1

Netty Http Container.

Категории

Категории

GlassFish Контейнер Application Servers Сеть Netty Networking Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.containers
Идентификатор

Идентификатор

jersey-container-netty-http
Версия

Версия

2.25.1
Тип

Тип

jar

Скачать jersey-container-netty-http 2.25.1


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