is not current version
Last Version 1.5.2

org.graylog2:jersey-netty 1.2

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.2
Type

Type

jar

Download jersey-netty 1.2


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