is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-core-common 0.8.1

XMPP core functionality (TLS, SASL, resource binding, stanzas, errors) that are common for clients and servers.

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-core-common
Version

Version

0.8.1
Type

Type

jar

Download xmpp-core-common 0.8.1


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