License |
License |
---|---|
GroupId | GroupIduk.org.retep.xmpp.xmpp |
ArtifactId | ArtifactIdschemas |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepXMPP XMPP Schemas
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.
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
schemas-10.6.pom | |
schemas-10.6.jar | 87 KB |
schemas-10.6-tests.jar | 3 KB |
schemas-10.6-sources.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/ -->
<dependency>
<groupId>uk.org.retep.xmpp.xmpp</groupId>
<artifactId>schemas</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation 'uk.org.retep.xmpp.xmpp:schemas:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation ("uk.org.retep.xmpp.xmpp:schemas:10.6")
'uk.org.retep.xmpp.xmpp:schemas:jar:10.6'
<dependency org="uk.org.retep.xmpp.xmpp" name="schemas" rev="10.6">
<artifact name="schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='schemas', version='10.6')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "schemas" % "10.6"
[uk.org.retep.xmpp.xmpp/schemas "10.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
uk.org.retep : testFramework | jar | 10.6 |