| Categories |
CategoriesSmack Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdcom.github.mhariri |
| ArtifactId | ArtifactIdsmack-ece |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smack-ece-1.0.2.pom | |
| smack-ece-1.0.2.jar | 91 KB |
| smack-ece-1.0.2-sources.jar | 80 KB |
| smack-ece-1.0.2-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/ -->
<dependency>
<groupId>com.github.mhariri</groupId>
<artifactId>smack-ece</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/
implementation 'com.github.mhariri:smack-ece:1.0.2'
// https://jarcasting.com/artifacts/com.github.mhariri/smack-ece/
implementation ("com.github.mhariri:smack-ece:1.0.2")
'com.github.mhariri:smack-ece:jar:1.0.2'
<dependency org="com.github.mhariri" name="smack-ece" rev="1.0.2">
<artifact name="smack-ece" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhariri', module='smack-ece', version='1.0.2')
)
libraryDependencies += "com.github.mhariri" % "smack-ece" % "1.0.2"
[com.github.mhariri/smack-ece "1.0.2"]