is not current version
Last Version 0.8.2

rocks.xmpp:xmpp-core-client 0.6.0

Core XMPP client logic

Categories

Categories

CLI User Interface
GroupId

GroupId

rocks.xmpp
ArtifactId

ArtifactId

xmpp-core-client
Version

Version

0.6.0
Type

Type

jar

Download xmpp-core-client 0.6.0


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