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