is not current version
Last Version 0.8

com.digitalpetri.netty:netty-channel-fsm 0.3

An FSM that manages async non-blocking access to a Netty Channel

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.digitalpetri.netty
ArtifactId

ArtifactId

netty-channel-fsm
Version

Version

0.3
Type

Type

jar

Download netty-channel-fsm 0.3


<!-- https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/ -->
<dependency>
    <groupId>com.digitalpetri.netty</groupId>
    <artifactId>netty-channel-fsm</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/
implementation 'com.digitalpetri.netty:netty-channel-fsm:0.3'
// https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/
implementation ("com.digitalpetri.netty:netty-channel-fsm:0.3")
'com.digitalpetri.netty:netty-channel-fsm:jar:0.3'
<dependency org="com.digitalpetri.netty" name="netty-channel-fsm" rev="0.3">
  <artifact name="netty-channel-fsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.netty', module='netty-channel-fsm', version='0.3')
)
libraryDependencies += "com.digitalpetri.netty" % "netty-channel-fsm" % "0.3"
[com.digitalpetri.netty/netty-channel-fsm "0.3"]