Netty: Difference between revisions
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]] | |||
= | =Subjects= | ||
* [[Netty Concepts|Concepts]] | |||
=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"
}