jhtmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. This HTML Diff implementation is a Java port of the C# implementation found here http://htmldiff.codeplex.com/

License

License

GroupId

GroupId

com.google.code.jhtmldiff
ArtifactId

ArtifactId

jhtmldiff
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jhtmldiff
A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. This HTML Diff implementation is a Java port of the C# implementation found here http://htmldiff.codeplex.com/
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

jhtmldiff
Source Code Management

Source Code Management

https://code.google.com/p/jhtmldiff

Download jhtmldiff

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.jhtmldiff/jhtmldiff/ -->
<dependency>
    <groupId>com.google.code.jhtmldiff</groupId>
    <artifactId>jhtmldiff</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jhtmldiff/jhtmldiff/
implementation 'com.google.code.jhtmldiff:jhtmldiff:0.1.0'
// https://jarcasting.com/artifacts/com.google.code.jhtmldiff/jhtmldiff/
implementation ("com.google.code.jhtmldiff:jhtmldiff:0.1.0")
'com.google.code.jhtmldiff:jhtmldiff:jar:0.1.0'
<dependency org="com.google.code.jhtmldiff" name="jhtmldiff" rev="0.1.0">
  <artifact name="jhtmldiff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jhtmldiff', module='jhtmldiff', version='0.1.0')
)
libraryDependencies += "com.google.code.jhtmldiff" % "jhtmldiff" % "0.1.0"
[com.google.code.jhtmldiff/jhtmldiff "0.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0