| Categories |
CategoriesNet Netty Networking Jooby User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-netty |
| Version | Version1.6.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jooby-netty-1.6.2.pom | |
| jooby-netty-1.6.2.jar | 45 KB |
| jooby-netty-1.6.2-sources.jar | 60 KB |
| jooby-netty-1.6.2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-netty/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-netty</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-netty/
implementation 'org.jooby:jooby-netty:1.6.2'
// https://jarcasting.com/artifacts/org.jooby/jooby-netty/
implementation ("org.jooby:jooby-netty:1.6.2")
'org.jooby:jooby-netty:jar:1.6.2'
<dependency org="org.jooby" name="jooby-netty" rev="1.6.2">
<artifact name="jooby-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-netty', version='1.6.2')
)
libraryDependencies += "org.jooby" % "jooby-netty" % "1.6.2"
[org.jooby/jooby-netty "1.6.2"]