не последняя версия
Последняя версия 6.1.0.Beta2

org.jboss.resteasy:resteasy-netty4 3.6.2.Final


Категории

Категории

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

Группа

org.jboss.resteasy
Идентификатор

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

resteasy-netty4
Версия

Версия

3.6.2.Final
Тип

Тип

jar

Скачать resteasy-netty4 3.6.2.Final


<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty4/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-netty4</artifactId>
    <version>3.6.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty4/
implementation 'org.jboss.resteasy:resteasy-netty4:3.6.2.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-netty4/
implementation ("org.jboss.resteasy:resteasy-netty4:3.6.2.Final")
'org.jboss.resteasy:resteasy-netty4:jar:3.6.2.Final'
<dependency org="org.jboss.resteasy" name="resteasy-netty4" rev="3.6.2.Final">
  <artifact name="resteasy-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-netty4', version='3.6.2.Final')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-netty4" % "3.6.2.Final"
[org.jboss.resteasy/resteasy-netty4 "3.6.2.Final"]