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