is not current version
Last Version 10.6

uk.org.retep.xmpp.xmpp:schemaParent 10.1

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.

GroupId

GroupId

uk.org.retep.xmpp.xmpp
ArtifactId

ArtifactId

schemaParent
Version

Version

10.1
Type

Type

jar

Download schemaParent 10.1


<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemaParent/ -->
<dependency>
    <groupId>uk.org.retep.xmpp.xmpp</groupId>
    <artifactId>schemaParent</artifactId>
    <version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemaParent/
implementation 'uk.org.retep.xmpp.xmpp:schemaParent:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemaParent/
implementation ("uk.org.retep.xmpp.xmpp:schemaParent:10.1")
'uk.org.retep.xmpp.xmpp:schemaParent:jar:10.1'
<dependency org="uk.org.retep.xmpp.xmpp" name="schemaParent" rev="10.1">
  <artifact name="schemaParent" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='schemaParent', version='10.1')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "schemaParent" % "10.1"
[uk.org.retep.xmpp.xmpp/schemaParent "10.1"]