Categories |
CategoriesSmack Application Layer Libs Messaging |
---|---|
GroupId | GroupIdorg.igniterealtime.smack |
ArtifactId | ArtifactIdsmack-core |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
smack-core-4.0.0.pom | |
smack-core-4.0.0.jar | 261 KB |
smack-core-4.0.0-sources.jar | 212 KB |
smack-core-4.0.0-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.igniterealtime.smack/smack-core/ -->
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime.smack/smack-core/
implementation 'org.igniterealtime.smack:smack-core:4.0.0'
// https://jarcasting.com/artifacts/org.igniterealtime.smack/smack-core/
implementation ("org.igniterealtime.smack:smack-core:4.0.0")
'org.igniterealtime.smack:smack-core:jar:4.0.0'
<dependency org="org.igniterealtime.smack" name="smack-core" rev="4.0.0">
<artifact name="smack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime.smack', module='smack-core', version='4.0.0')
)
libraryDependencies += "org.igniterealtime.smack" % "smack-core" % "4.0.0"
[org.igniterealtime.smack/smack-core "4.0.0"]