License |
License |
---|---|
GroupId | GroupIdorg.hisrc.w3c |
ArtifactId | ArtifactIdw3c-schemas |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionW3C Schemas
W3C Schemas project provides JAXB and Jsonix bindings for some of the XML Schemas defined by W3C.
|
Filename | Size |
---|---|
w3c-schemas-1.4.0.pom | |
w3c-schemas-1.4.0.jar | 43 KB |
w3c-schemas-1.4.0-sources.jar | 41 KB |
w3c-schemas-1.4.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hisrc.w3c/w3c-schemas/ -->
<dependency>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisrc.w3c/w3c-schemas/
implementation 'org.hisrc.w3c:w3c-schemas:1.4.0'
// https://jarcasting.com/artifacts/org.hisrc.w3c/w3c-schemas/
implementation ("org.hisrc.w3c:w3c-schemas:1.4.0")
'org.hisrc.w3c:w3c-schemas:jar:1.4.0'
<dependency org="org.hisrc.w3c" name="w3c-schemas" rev="1.4.0">
<artifact name="w3c-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisrc.w3c', module='w3c-schemas', version='1.4.0')
)
libraryDependencies += "org.hisrc.w3c" % "w3c-schemas" % "1.4.0"
[org.hisrc.w3c/w3c-schemas "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |