n

netty-channel-fsm

A state machine that manages async non-blocking access to a Netty Channel.
https://github.com/digitalpetri/netty-channel-fsm
Eclipse Public License - v 2.0
Kevin Herron
文件下载
文件名 操作
netty-channel-fsm-1.0.0.jar 下载
netty-channel-fsm-1.0.0.pom 下载
netty-channel-fsm-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.digitalpetri.netty</groupId>
  <artifactId>netty-channel-fsm</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.digitalpetri.netty:netty-channel-fsm:1.0.0'
Gradle Kotlin
implementation("com.digitalpetri.netty:netty-channel-fsm:1.0.0")
Scala SBT
libraryDependencies += "com.digitalpetri.netty" % "netty-channel-fsm" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.digitalpetri.netty', module='netty-channel-fsm', version='1.0.0')
)
Apache Ivy
<dependency org="com.digitalpetri.netty" name="netty-channel-fsm" rev="1.0.0" />
Leiningen
[com.digitalpetri.netty/netty-channel-fsm "1.0.0"]
Apache Buildr
'com.digitalpetri.netty:netty-channel-fsm:jar:1.0.0'