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