| License |
License |
|---|---|
| GroupId | GroupIdcom.google.code.jhtmldiff |
| ArtifactId | ArtifactIdjhtmldiff |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjhtmldiff
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 |
| Project Organization |
Project Organizationjhtmldiff |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jhtmldiff-0.1.0.pom | |
| jhtmldiff-0.1.0.jar | 22 KB |
| jhtmldiff-0.1.0-sources.jar | 6 KB |
| jhtmldiff-0.1.0-javadoc.jar | 25 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |