Netty: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:


* [[Reactive_Programming#Frameworks|Reactive Programming]]
* [[Reactive_Programming#Frameworks|Reactive Programming]]
* [[vert.x]]


=TODO=
=Subjects=
 
* [[Netty Concepts|Concepts]]
* https://www.baeldung.com/netty
=Gradle=
<syntaxhighlight lang='groovy'>
dependencies {
  implementation "io.netty:netty-all:4.1.52.Final"
}
</syntaxhighlight>

Latest revision as of 20:30, 11 February 2021

External

Internal

Subjects

Gradle

dependencies {
  implementation "io.netty:netty-all:4.1.52.Final"
}