Socket
Book a DemoInstallSign in
Socket

org.omegat:htmlparser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.omegat:htmlparser

html parser library

1.6-20230203
Source
mavenMaven
Version published
Maintainers
1
Source

HTML parser (fork) for java

This is fork project for OmegaT project dependency to guarantee providing source history. We dumped code from CVS until v1.6-20060610.

Published version is v1.5. Current snapshot version is v1.6-20230129-SNAPSHOT.

Use the library (snapshot) in your project

Gradle build.gradle

repositories {
    maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
}

dependencies {
    implementation 'org.omegat:htmlparser:1.6-20230129-SNAPSHOT'
}

Maven pom.xml

<repository>
  <id>sonatype.snapshots</id>
  <name>Sonatype OSSRH Snapshot Repository</name>
  <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>
<dependency>
    <groupId>org.omegat</groupId>
    <artifactId>htmlparser</artifactId>
    <version>1.6-20230129-SNAPSHOT</version>
</dependency>

Changes from v1.6-20060610

  • Support building with Java 8 and 11.
  • Breach sourceforge links from javadoc for privacy
  • Migrate to Gradle build system
    • Support OSSRH/MavenCentral publish
    • Build on Java 8
    • Signatory support
    • Separate apps build
    • SourceJar release
  • Fix several javadoc errors

License

htmlparser v1.5 and v1.6 is licensed under LGPL 2.1 or later.

Origin

An origin of the project is https://htmlparser.sourceforge.net/ CVS repository is described at http://htmlparser.cvs.sourceforge.net/htmlparser/

FAQs

Package last updated on 03 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.