is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-nio-codec 0.8.0

A codec for XMPP using plain java.nio.ByteBuffer. The intention is that this codec can be reused by different NIO implementations.

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-nio-codec
Version

Version

0.8.0
Type

Type

jar

Download xmpp-nio-codec 0.8.0


<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-codec/ -->
<dependency>
    <groupId>rocks.xmpp</groupId>
    <artifactId>xmpp-nio-codec</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-codec/
implementation 'rocks.xmpp:xmpp-nio-codec:0.8.0'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-codec/
implementation ("rocks.xmpp:xmpp-nio-codec:0.8.0")
'rocks.xmpp:xmpp-nio-codec:jar:0.8.0'
<dependency org="rocks.xmpp" name="xmpp-nio-codec" rev="0.8.0">
  <artifact name="xmpp-nio-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-nio-codec', version='0.8.0')
)
libraryDependencies += "rocks.xmpp" % "xmpp-nio-codec" % "0.8.0"
[rocks.xmpp/xmpp-nio-codec "0.8.0"]