License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.digitalpetri.netty |
ArtifactId | ArtifactIdnetty-channel-fsm |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Channel FSM
An FSM that manages async non-blocking access to a Netty Channel
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-channel-fsm-0.8.pom | |
netty-channel-fsm-0.8.jar | 30 KB |
netty-channel-fsm-0.8-sources.jar | 13 KB |
netty-channel-fsm-0.8-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/ -->
<dependency>
<groupId>com.digitalpetri.netty</groupId>
<artifactId>netty-channel-fsm</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/
implementation 'com.digitalpetri.netty:netty-channel-fsm:0.8'
// https://jarcasting.com/artifacts/com.digitalpetri.netty/netty-channel-fsm/
implementation ("com.digitalpetri.netty:netty-channel-fsm:0.8")
'com.digitalpetri.netty:netty-channel-fsm:jar:0.8'
<dependency org="com.digitalpetri.netty" name="netty-channel-fsm" rev="0.8">
<artifact name="netty-channel-fsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.netty', module='netty-channel-fsm', version='0.8')
)
libraryDependencies += "com.digitalpetri.netty" % "netty-channel-fsm" % "0.8"
[com.digitalpetri.netty/netty-channel-fsm "0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.digitalpetri.fsm : strict-machine | jar | 0.6 |