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

org.glassfish.jersey.examples:helloworld-netty 2.28

Jersey "Hello world" example on Netty container.

Категории

Категории

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

Группа

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

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

helloworld-netty
Версия

Версия

2.28
Тип

Тип

jar

Скачать helloworld-netty 2.28


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