Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIduk.org.retep.xmpp.protocol |
ArtifactId | ArtifactIdjabber-client |
Version | Version9.11 |
Type | Typejar |
Filename | Size |
---|---|
jabber-client-9.11.pom | |
jabber-client-9.11.jar | 19 KB |
jabber-client-9.11-tests.jar | 1 KB |
jabber-client-9.11-sources.jar | 19 KB |
jabber-client-9.11-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/jabber-client/ -->
<dependency>
<groupId>uk.org.retep.xmpp.protocol</groupId>
<artifactId>jabber-client</artifactId>
<version>9.11</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/jabber-client/
implementation 'uk.org.retep.xmpp.protocol:jabber-client:9.11'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/jabber-client/
implementation ("uk.org.retep.xmpp.protocol:jabber-client:9.11")
'uk.org.retep.xmpp.protocol:jabber-client:jar:9.11'
<dependency org="uk.org.retep.xmpp.protocol" name="jabber-client" rev="9.11">
<artifact name="jabber-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.protocol', module='jabber-client', version='9.11')
)
libraryDependencies += "uk.org.retep.xmpp.protocol" % "jabber-client" % "9.11"
[uk.org.retep.xmpp.protocol/jabber-client "9.11"]