License |
License |
---|---|
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-addr |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXMPP.rocks - Address Format (RFC 7622)
XMPP address format, i.e. Jabber ID
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmpp-addr-0.8.2.pom | |
xmpp-addr-0.8.2.jar | 21 KB |
xmpp-addr-0.8.2-tests.jar | 4 KB |
xmpp-addr-0.8.2-sources.jar | 22 KB |
xmpp-addr-0.8.2-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-addr/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-addr</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-addr/
implementation 'rocks.xmpp:xmpp-addr:0.8.2'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-addr/
implementation ("rocks.xmpp:xmpp-addr:0.8.2")
'rocks.xmpp:xmpp-addr:jar:0.8.2'
<dependency org="rocks.xmpp" name="xmpp-addr" rev="0.8.2">
<artifact name="xmpp-addr" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-addr', version='0.8.2')
)
libraryDependencies += "rocks.xmpp" % "xmpp-addr" % "0.8.2"
[rocks.xmpp/xmpp-addr "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
rocks.xmpp : precis | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |