GroupId | GroupIduk.org.retep.xmpp |
---|---|
ArtifactId | ArtifactIdretepXMPP |
Version | Version10.1 |
Type | Typejar |
Filename | Size |
---|---|
retepXMPP-10.1.pom | 15 KB |
retepXMPP-10.1-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp/retepXMPP/ -->
<dependency>
<groupId>uk.org.retep.xmpp</groupId>
<artifactId>retepXMPP</artifactId>
<version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp/retepXMPP/
implementation 'uk.org.retep.xmpp:retepXMPP:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp/retepXMPP/
implementation ("uk.org.retep.xmpp:retepXMPP:10.1")
'uk.org.retep.xmpp:retepXMPP:jar:10.1'
<dependency org="uk.org.retep.xmpp" name="retepXMPP" rev="10.1">
<artifact name="retepXMPP" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp', module='retepXMPP', version='10.1')
)
libraryDependencies += "uk.org.retep.xmpp" % "retepXMPP" % "10.1"
[uk.org.retep.xmpp/retepXMPP "10.1"]