is not current version
Last Version 1.5.2

org.graylog2:jersey-netty 1.3

Netty 3 container for Jersey 2.0

Categories

Categories

Net Graylog Application Layer Libs Logging Netty Networking Jersey Program Interface REST Frameworks
GroupId

GroupId

org.graylog2
ArtifactId

ArtifactId

jersey-netty
Version

Version

1.3
Type

Type

jar

Download jersey-netty 1.3


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