License |
License |
---|---|
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-core |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXMPP.rocks - Core (RFC 6120 / 6121)
XMPP core classes (TLS, SASL, resource binding, stanzas, errors)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmpp-core-0.8.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core</artifactId>
<version>0.8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core/
implementation 'rocks.xmpp:xmpp-core:0.8.2'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core/
implementation ("rocks.xmpp:xmpp-core:0.8.2")
'rocks.xmpp:xmpp-core:pom:0.8.2'
<dependency org="rocks.xmpp" name="xmpp-core" rev="0.8.2">
<artifact name="xmpp-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core', version='0.8.2')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core" % "0.8.2"
[rocks.xmpp/xmpp-core "0.8.2"]