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