is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-core 0.8.0

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

GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-core
Version

Version

0.8.0
Type

Type

pom

Download xmpp-core 0.8.0

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

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