x

xmpp-nio

Everything related to Java NIO is found in this module.
Files download
File Operation
xmpp-nio-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>rocks.xmpp</groupId>
  <artifactId>xmpp-nio</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'rocks.xmpp:xmpp-nio:0.9.1'
Gradle Kotlin
implementation("rocks.xmpp:xmpp-nio:0.9.1")
Scala SBT
libraryDependencies += "rocks.xmpp" % "xmpp-nio" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='rocks.xmpp', module='xmpp-nio', version='0.9.1')
)
Apache Ivy
<dependency org="rocks.xmpp" name="xmpp-nio" rev="0.9.1" />
Leiningen
[rocks.xmpp/xmpp-nio "0.9.1"]
Apache Buildr
'rocks.xmpp:xmpp-nio:jar:0.9.1'