| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking Jooby User Interface Web Frameworks |
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-netty |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnetty module
A modular micro web framework for Java and Kotlin
|
| Filename | Size |
|---|---|
| jooby-netty-1.6.9.pom | |
| jooby-netty-1.6.9.jar | 45 KB |
| jooby-netty-1.6.9-sources.jar | 60 KB |
| jooby-netty-1.6.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-netty/
implementation 'org.jooby:jooby-netty:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-netty/
implementation ("org.jooby:jooby-netty:1.6.9")
'org.jooby:jooby-netty:jar:1.6.9'
<dependency org="org.jooby" name="jooby-netty" rev="1.6.9">
<artifact name="jooby-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-netty', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-netty" % "1.6.9"
[org.jooby/jooby-netty "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| io.netty : netty-transport | jar | 4.1.43.Final |
| io.netty : netty-resolver | jar | 4.1.43.Final |
| io.netty : netty-codec | jar | 4.1.43.Final |
| io.netty : netty-codec-http | jar | 4.1.43.Final |
| io.netty : netty-codec-http2 | jar | 4.1.43.Final |
| io.netty : netty-common | jar | 4.1.43.Final |
| io.netty : netty-handler | jar | 4.1.43.Final |
| org.javassist : javassist | jar | 3.22.0-GA |
| io.netty : netty-transport-native-epoll | jar | 4.1.43.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.6 |
| org.powermock : powermock-api-easymock | jar | 1.7.4 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.jacoco : org.jacoco.agent | jar | 0.8.1 |
| org.apache.httpcomponents : fluent-hc | jar | 4.5.5 |
| org.apache.httpcomponents : httpmime | jar | 4.5.5 |