XMPP.rocks - NIO Codec

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

License

License

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-nio-codec
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://xmpp.rocks/xmpp-nio-codec
Project Organization

Project Organization

XMPP.rocks

Download xmpp-nio-codec

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
rocks.xmpp : xmpp-addr jar 0.8.2
rocks.xmpp : xmpp-core-common jar 0.8.2
com.fasterxml : aalto-xml jar 1.0.0
org.codehaus.woodstox : stax2-api jar 4.0.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.2
0.8.1
0.8.0