n

netty-channel-fsm

An FSM that manages async non-blocking access to a Netty Channel
https://github.com/digitalpetri/netty-channel-fsm
The Apache License, Version 2.0
Kevin Herron
Files download
File Operation
netty-channel-fsm-0.4.jar download
netty-channel-fsm-0.4.pom download
netty-channel-fsm-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.digitalpetri.netty</groupId>
  <artifactId>netty-channel-fsm</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'com.digitalpetri.netty:netty-channel-fsm:0.4'
Gradle Kotlin
implementation("com.digitalpetri.netty:netty-channel-fsm:0.4")
Scala SBT
libraryDependencies += "com.digitalpetri.netty" % "netty-channel-fsm" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.digitalpetri.netty', module='netty-channel-fsm', version='0.4')
)
Apache Ivy
<dependency org="com.digitalpetri.netty" name="netty-channel-fsm" rev="0.4" />
Leiningen
[com.digitalpetri.netty/netty-channel-fsm "0.4"]
Apache Buildr
'com.digitalpetri.netty:netty-channel-fsm:jar:0.4'