is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-core 0.8.1

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

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-core
Version

Version

0.8.1
Type

Type

pom

Download xmpp-core 0.8.1

Filename Size
xmpp-core-0.8.1.pom 2 KB
Browse

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