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