is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:helloworld-netty 3.0.0-RC2

Jersey "Hello world" example on Netty container.

Categories

Categories

GlassFish Container Application Servers Net Netty Networking Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld-netty
Version

Version

3.0.0-RC2
Type

Type

jar

Download helloworld-netty 3.0.0-RC2


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