License |
License |
---|---|
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-core-common |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXMPP.rocks - Core (RFC 6120 / 6121) - Common
XMPP core functionality (TLS, SASL, resource binding, stanzas, errors) that are common for clients and
servers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmpp-core-common-0.8.2.pom | |
xmpp-core-common-0.8.2.jar | 264 KB |
xmpp-core-common-0.8.2-tests.jar | 5 KB |
xmpp-core-common-0.8.2-sources.jar | 344 KB |
xmpp-core-common-0.8.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core-common</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation 'rocks.xmpp:xmpp-core-common:0.8.2'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation ("rocks.xmpp:xmpp-core-common:0.8.2")
'rocks.xmpp:xmpp-core-common:jar:0.8.2'
<dependency org="rocks.xmpp" name="xmpp-core-common" rev="0.8.2">
<artifact name="xmpp-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core-common', version='0.8.2')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core-common" % "0.8.2"
[rocks.xmpp/xmpp-core-common "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
rocks.xmpp : xmpp-addr | jar | 0.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
rocks.xmpp : xmpp-addr | test-jar | 0.8.2 |