Categories |
CategoriesSmack Application Layer Libs Messaging |
---|---|
GroupId | GroupIdactivemq |
ArtifactId | ArtifactIdsmackx |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
smackx-1.5.0.pom | |
smackx-1.5.0.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/smackx/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>smackx</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/smackx/
implementation 'activemq:smackx:1.5.0'
// https://jarcasting.com/artifacts/activemq/smackx/
implementation ("activemq:smackx:1.5.0")
'activemq:smackx:jar:1.5.0'
<dependency org="activemq" name="smackx" rev="1.5.0">
<artifact name="smackx" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='smackx', version='1.5.0')
)
libraryDependencies += "activemq" % "smackx" % "1.5.0"
[activemq/smackx "1.5.0"]