License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-nio-netty |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXMPP.rocks - NIO (Netty)
Everything related to Java NIO is found in this module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmpp-nio-netty-0.8.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-nio-netty</artifactId>
<version>0.8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/
implementation 'rocks.xmpp:xmpp-nio-netty:0.8.2'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/
implementation ("rocks.xmpp:xmpp-nio-netty:0.8.2")
'rocks.xmpp:xmpp-nio-netty:pom:0.8.2'
<dependency org="rocks.xmpp" name="xmpp-nio-netty" rev="0.8.2">
<artifact name="xmpp-nio-netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-nio-netty', version='0.8.2')
)
libraryDependencies += "rocks.xmpp" % "xmpp-nio-netty" % "0.8.2"
[rocks.xmpp/xmpp-nio-netty "0.8.2"]