smack-ece
Cisco's Enterprise Chat and Email (ECE) Java Client
| License |
License |
|---|---|
| Categories |
CategoriesSmack Application Layer Libs Messaging |
| GroupId | GroupIdcom.github.mhariri |
| ArtifactId | ArtifactIdsmack-ece |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsmack-ece
Library to connect to Cisco Enterprise Chat and Email (ECE) chat interface which is a modified version of XMPP over BOSH standard.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smack-ece-1.0.8.pom | |
| smack-ece-1.0.8.jar | 96 KB |
| smack-ece-1.0.8-sources.jar | 82 KB |
| smack-ece-1.0.8-javadoc.jar | 168 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/ -->
<dependency>
<groupId>com.github.mhariri</groupId>
<artifactId>smack-ece</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/
implementation 'com.github.mhariri:smack-ece:1.0.8'
// https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/
implementation ("com.github.mhariri:smack-ece:1.0.8")
'com.github.mhariri:smack-ece:jar:1.0.8'
<dependency org="com.github.mhariri" name="smack-ece" rev="1.0.8">
<artifact name="smack-ece" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhariri', module='smack-ece', version='1.0.8')
)
libraryDependencies += "com.github.mhariri" % "smack-ece" % "1.0.8"
[com.github.mhariri/smack-ece "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| xpp3 : xpp3 | jar | 1.1.4c |
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |
| org.apache.commons : commons-text | jar | 1.3 |
| org.igniterealtime.smack : smack-extensions | jar | 4.2.4 |
| org.igniterealtime.smack : smack-java7 | jar | 4.2.4 |
| org.igniterealtime.smack : smack-debug | jar | 4.2.4 |
| com.google.guava : guava | jar | 23.1-jre |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.powermock : powermock-api-mockito | jar | 1.7.4 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.xmlunit : xmlunit-core | jar | 2.6.0 |
Cisco's Enterprise Chat and Email (ECE) Java Client