Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIduk.org.retep.xmpp.protocol |
ArtifactId | ArtifactIdjabber-client |
Version | Version10.1 |
Type | Typejar |
Filename | Size |
---|---|
jabber-client-10.1.pom | |
jabber-client-10.1.jar | 21 KB |
jabber-client-10.1-tests.jar | 3 KB |
jabber-client-10.1-sources.jar | 19 KB |
jabber-client-10.1-javadoc.jar | 123 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>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/jabber-client/
implementation 'uk.org.retep.xmpp.protocol:jabber-client:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/jabber-client/
implementation ("uk.org.retep.xmpp.protocol:jabber-client:10.1")
'uk.org.retep.xmpp.protocol:jabber-client:jar:10.1'
<dependency org="uk.org.retep.xmpp.protocol" name="jabber-client" rev="10.1">
<artifact name="jabber-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.protocol', module='jabber-client', version='10.1')
)
libraryDependencies += "uk.org.retep.xmpp.protocol" % "jabber-client" % "10.1"
[uk.org.retep.xmpp.protocol/jabber-client "10.1"]