is not current version
Last Version 0.1.9.Final

org.jboss.xnio.netty:netty-xnio-transport 0.1.1.Final


Categories

Categories

JBoss Container Application Servers Net Netty Networking
GroupId

GroupId

org.jboss.xnio.netty
ArtifactId

ArtifactId

netty-xnio-transport
Version

Version

0.1.1.Final
Type

Type

jar

Download netty-xnio-transport 0.1.1.Final


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