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