MVN

org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full

Maven & Gradle

Nov 18, 2014

HTML Parser OSGi bundle with Lexer · HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.

<dependency>
    <groupId>org.everit.osgi.bundles</groupId>
    <artifactId>org.everit.osgi.bundles.org.htmlparser.full</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
org.everit.osgi.bundles.org.htmlparser.full-2.1

How to add a dependency to Maven

Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.everit.osgi.bundles</groupId>
    <artifactId>org.everit.osgi.bundles.org.htmlparser.full</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full gradle dependency to your build.gradle file:

implementation 'org.everit.osgi.bundles:org.everit.osgi.bundles.org.htmlparser.full:2.1'

Gradle Kotlin DSL: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full gradle kotlin dependency to your build.gradle.kts file:

implementation("org.everit.osgi.bundles:org.everit.osgi.bundles.org.htmlparser.full:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.htmlparser.full sbt scala dependency to your build.sbt file:

libraryDependencies += "org.everit.osgi.bundles" % "org.everit.osgi.bundles.org.htmlparser.full" % "2.1"