| License | License | 
|---|---|
| GroupId | GroupIdxml-apis | 
| ArtifactId | ArtifactIdxml-apis-ext | 
| Last Version | Last Version1.3.04 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionXML Commons External Components XML APIs Extensions xml-commons provides an Apache-hosted set of DOM, SAX, and 
    JAXP interfaces for use in other xml-based projects. Our hope is that we 
    can standardize on both a common version and packaging scheme for these 
    critical XML standards interfaces to make the lives of both our developers 
    and users easier. The External Components portion of xml-commons contains 
    interfaces that are defined by external standards organizations. For DOM, 
    that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
    JAXP it's Sun. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| xml-apis-ext-1.3.04.pom | |
| xml-apis-ext-1.3.04.jar | 83 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xml-apis/xml-apis-ext/ -->
<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis-ext</artifactId>
    <version>1.3.04</version>
</dependency>// https://jarcasting.com/artifacts/xml-apis/xml-apis-ext/
implementation 'xml-apis:xml-apis-ext:1.3.04'// https://jarcasting.com/artifacts/xml-apis/xml-apis-ext/
implementation ("xml-apis:xml-apis-ext:1.3.04")'xml-apis:xml-apis-ext:jar:1.3.04'<dependency org="xml-apis" name="xml-apis-ext" rev="1.3.04">
  <artifact name="xml-apis-ext" type="jar" />
</dependency>@Grapes(
@Grab(group='xml-apis', module='xml-apis-ext', version='1.3.04')
)libraryDependencies += "xml-apis" % "xml-apis-ext" % "1.3.04"[xml-apis/xml-apis-ext "1.3.04"]