License |
License
Public Domain
|
---|---|
GroupId | GroupIdcom.megginson.sax |
ArtifactId | ArtifactIdxml-writer |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXMLWriter
XML Writer for SAX parsers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
xml-writer-0.2.pom | |
xml-writer-0.2.jar | 5 KB |
xml-writer-0.2-sources.jar | 10 KB |
xml-writer-0.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.megginson.sax/xml-writer/ -->
<dependency>
<groupId>com.megginson.sax</groupId>
<artifactId>xml-writer</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.megginson.sax/xml-writer/
implementation 'com.megginson.sax:xml-writer:0.2'
// https://jarcasting.com/artifacts/com.megginson.sax/xml-writer/
implementation ("com.megginson.sax:xml-writer:0.2")
'com.megginson.sax:xml-writer:jar:0.2'
<dependency org="com.megginson.sax" name="xml-writer" rev="0.2">
<artifact name="xml-writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.megginson.sax', module='xml-writer', version='0.2')
)
libraryDependencies += "com.megginson.sax" % "xml-writer" % "0.2"
[com.megginson.sax/xml-writer "0.2"]
Group / Artifact | Type | Version |
---|---|---|
xml-apis : xml-apis | jar | 1.0.b2 |