is not current version
Last Version 10.6

uk.org.retep.xmpp.xmpp:schemas 9.11

This generates a schema artifact which contains all of the schemas from xmpp.org's subversion repository. Generating this artifact enables a schema to be referenced by jaxb using the ClassPathCatalogResolver and a catalog file. To refresh the content of this artifact, either remove the src/main/resources directory manually or run a clean build from hudson. This is because maven-scm-plugin is set to checkout only if that directory does not exist so that the remote subversion repository is not hit every time a build is performed.

GroupId

GroupId

uk.org.retep.xmpp.xmpp
ArtifactId

ArtifactId

schemas
Version

Version

9.11
Type

Type

jar

Download schemas 9.11


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