Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.sun.xml |
ArtifactId | ArtifactIdrelaxngDatatype |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionrelaxngDatatype Package
A light-weight easy to use schema language.
Version distributed by Sun as part of the Java Web Services Developer Pack 1.6
http://www.relaxng.org/#other-software
http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=relax-ng
|
Project URL |
Project URL |
Filename | Size |
---|---|
relaxngDatatype-1.0.pom | |
relaxngDatatype-1.0.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml/relaxngDatatype/ -->
<dependency>
<groupId>com.sun.xml</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml/relaxngDatatype/
implementation 'com.sun.xml:relaxngDatatype:1.0'
// https://jarcasting.com/artifacts/com.sun.xml/relaxngDatatype/
implementation ("com.sun.xml:relaxngDatatype:1.0")
'com.sun.xml:relaxngDatatype:jar:1.0'
<dependency org="com.sun.xml" name="relaxngDatatype" rev="1.0">
<artifact name="relaxngDatatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml', module='relaxngDatatype', version='1.0')
)
libraryDependencies += "com.sun.xml" % "relaxngDatatype" % "1.0"
[com.sun.xml/relaxngDatatype "1.0"]