MVN

com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser

Maven & Gradle

Feb 27, 2013
2 usages

Shani 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.

<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>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.17-patched-yahp-1.3

All Versions

Choose a version of com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
shani-parser-1.4.17-patched-yahp-1.3
shani-parser-1.4.17

How to add a dependency to Maven

Add the following com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<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>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser gradle dependency to your build.gradle file:

implementation 'com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:1.4.17-patched-yahp-1.3'

Gradle Kotlin DSL: Add the following com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.maven-play-plugin.org.allcolor.shanidom:shani-parser:1.4.17-patched-yahp-1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.maven-play-plugin.org.allcolor.shanidom : shani-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.maven-play-plugin.org.allcolor.shanidom" % "shani-parser" % "1.4.17-patched-yahp-1.3"