is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-core 0.7.0

XMPP core classes (TLS, SASL, resource binding, stanzas, errors)

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-core
Version

Version

0.7.0
Type

Type

jar

Download xmpp-core 0.7.0


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