is not current version
Last Version 1.6.9

org.jooby:jooby-netty 0.5.1

Netty web server

Categories

Categories

Net Netty Networking Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-netty
Version

Version

0.5.1
Type

Type

jar

Download jooby-netty 0.5.1


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