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