License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-core-client |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXMPP.rocks - Core (RFC 6120 / 6121) - Client
Core XMPP client logic
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmpp-core-client-0.8.2.pom | |
xmpp-core-client-0.8.2.jar | 187 KB |
xmpp-core-client-0.8.2-tests.jar | 9 KB |
xmpp-core-client-0.8.2-sources.jar | 179 KB |
xmpp-core-client-0.8.2-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core-client</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/
implementation 'rocks.xmpp:xmpp-core-client:0.8.2'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/
implementation ("rocks.xmpp:xmpp-core-client:0.8.2")
'rocks.xmpp:xmpp-core-client:jar:0.8.2'
<dependency org="rocks.xmpp" name="xmpp-core-client" rev="0.8.2">
<artifact name="xmpp-core-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core-client', version='0.8.2')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core-client" % "0.8.2"
[rocks.xmpp/xmpp-core-client "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
rocks.xmpp : xmpp-addr | jar | 0.8.2 |
rocks.xmpp : xmpp-core-common | jar | 0.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |