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