Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-core-client |
Version | Version0.4.0-beta |
Type | Typejar |
Filename | Size |
---|---|
xmpp-core-client-0.4.0-beta.pom | |
xmpp-core-client-0.4.0-beta.jar | 133 KB |
xmpp-core-client-0.4.0-beta-tests.jar | 31 KB |
xmpp-core-client-0.4.0-beta-sources.jar | 118 KB |
xmpp-core-client-0.4.0-beta-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core-client</artifactId>
<version>0.4.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/
implementation 'rocks.xmpp:xmpp-core-client:0.4.0-beta'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-client/
implementation ("rocks.xmpp:xmpp-core-client:0.4.0-beta")
'rocks.xmpp:xmpp-core-client:jar:0.4.0-beta'
<dependency org="rocks.xmpp" name="xmpp-core-client" rev="0.4.0-beta">
<artifact name="xmpp-core-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core-client', version='0.4.0-beta')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core-client" % "0.4.0-beta"
[rocks.xmpp/xmpp-core-client "0.4.0-beta"]