License |
License |
---|---|
GroupId | GroupIduk.org.retep.xmpp.xmpp |
ArtifactId | ArtifactIdcore |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepXMPP XMPP Core
This part of the project contains the core api, xml schemas for each
supported xmpp protocol and the jaxb generated code.
Because this section rarely changes (i.e. when a new protocol is added
or when an existing protocol is updated by the XMPP Standards Foundation
its usually not required to actually build from this directory but
allow maven to retrieve the pre-built artifacts instead.
Doing this will save you a lot of time as there are over 100 modules
within this part of the project.
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
core-10.6.pom | |
core-10.6.jar | 92 KB |
core-10.6-tests.jar | 11 KB |
core-10.6-sources.jar | 89 KB |
core-10.6-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/ -->
<dependency>
<groupId>uk.org.retep.xmpp.xmpp</groupId>
<artifactId>core</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/
implementation 'uk.org.retep.xmpp.xmpp:core:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/
implementation ("uk.org.retep.xmpp.xmpp:core:10.6")
'uk.org.retep.xmpp.xmpp:core:jar:10.6'
<dependency org="uk.org.retep.xmpp.xmpp" name="core" rev="10.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='core', version='10.6')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "core" % "10.6"
[uk.org.retep.xmpp.xmpp/core "10.6"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.xmpp : annotations | jar | 10.6 |
uk.org.retep.xmpp.protocol : stanzaerror | jar | 10.6 |
uk.org.retep.tools : builder | jar | 10.6 |
uk.org.retep.tools : concurrency | jar | 10.6 |
uk.org.retep.tools : id | jar | 10.6 |
uk.org.retep.tools : jaxb | jar | 10.6 |
uk.org.retep.tools : messaging | jar | 10.6 |
uk.org.retep.tools : xml | jar | 10.6 |
javax.xml.bind : jaxb-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
uk.org.retep : testFramework | jar | 10.6 |