License |
License |
---|---|
GroupId | GroupIdcom.io7m.xom |
ArtifactId | ArtifactIdxom |
Last Version | Last Version1.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXOM
The XOM Dual Streaming/Tree API for Processing XML
|
Project URL |
Project URL |
Filename | Size |
---|---|
xom-1.2.10.pom | |
xom-1.2.10.jar | 305 KB |
xom-1.2.10-sources.jar | 644 KB |
xom-1.2.10-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.io7m.xom/xom/ -->
<dependency>
<groupId>com.io7m.xom</groupId>
<artifactId>xom</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.xom/xom/
implementation 'com.io7m.xom:xom:1.2.10'
// https://jarcasting.com/artifacts/com.io7m.xom/xom/
implementation ("com.io7m.xom:xom:1.2.10")
'com.io7m.xom:xom:jar:1.2.10'
<dependency org="com.io7m.xom" name="xom" rev="1.2.10">
<artifact name="xom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.xom', module='xom', version='1.2.10')
)
libraryDependencies += "com.io7m.xom" % "xom" % "1.2.10"
[com.io7m.xom/xom "1.2.10"]
Group / Artifact | Type | Version |
---|---|---|
xml-apis : xml-apis | jar | 1.3.03 |
xerces : xercesImpl | jar | 2.8.0 |
xalan : xalan | jar | 2.7.0 |