| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.google.code.maven-play-plugin.org.allcolor.shanidom |
| ArtifactId | ArtifactIdshani-parser |
| Last Version | Last Version1.4.17-patched-yahp-1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionShani Xml Parser
ShaniXmlParser is an XML/HTML DOM/SAX parser. It can parse not well formed XML/HTML files.
It can parse files with inverted tags and bad escaped &,<,> and ".
It expands all XHTML entities by default. It is well suited to parse HTML files,
and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.allcolor.shanidom/shani-parser/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.org.allcolor.shanidom</groupId>
<artifactId>shani-parser</artifactId>
<version>1.4.17-patched-yahp-1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.allcolor.shanidom/shani-parser/
implementation 'com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:1.4.17-patched-yahp-1.3'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.allcolor.shanidom/shani-parser/
implementation ("com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:1.4.17-patched-yahp-1.3")
'com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:jar:1.4.17-patched-yahp-1.3'
<dependency org="com.google.code.maven-play-plugin.org.allcolor.shanidom" name="shani-parser" rev="1.4.17-patched-yahp-1.3">
<artifact name="shani-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.allcolor.shanidom', module='shani-parser', version='1.4.17-patched-yahp-1.3')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.allcolor.shanidom" % "shani-parser" % "1.4.17-patched-yahp-1.3"
[com.google.code.maven-play-plugin.org.allcolor.shanidom/shani-parser "1.4.17-patched-yahp-1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-xml-apis | jar | 1.4.17 |
| com.google.code.maven-play-plugin.org.allcolor.shanidom : jaxen | jar | 1.1.1-patched-shani-1.4.17 |