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