| Categories |
CategoriesSmack Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdjivesoftware |
| ArtifactId | ArtifactIdsmackx |
| Version | Version3.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smackx-3.0.4.pom | |
| smackx-3.0.4.jar | 464 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jivesoftware/smackx/ -->
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation 'jivesoftware:smackx:3.0.4'
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation ("jivesoftware:smackx:3.0.4")
'jivesoftware:smackx:jar:3.0.4'
<dependency org="jivesoftware" name="smackx" rev="3.0.4">
<artifact name="smackx" type="jar" />
</dependency>
@Grapes(
@Grab(group='jivesoftware', module='smackx', version='3.0.4')
)
libraryDependencies += "jivesoftware" % "smackx" % "3.0.4"
[jivesoftware/smackx "3.0.4"]