Netty: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Reactive_Programming#Frameworks|Reactive Programming]] | * [[Reactive_Programming#Frameworks|Reactive Programming]] | ||
* [[vert.x]] | |||
=Subjects= | =Subjects= | ||
* [[Netty Concepts|Concepts]] | * [[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"
}