Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de91b3d

Browse filesBrowse files
author
Dmitry Naumenko
committed
update readme
1 parent e2072d1 commit de91b3d
Copy full SHA for de91b3d

File tree

1 file changed

+14
-7
lines changed
Filter options

1 file changed

+14
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,25 @@ Main reason to build this library was the lack of easy-to-use libraries with all
1414

1515
This library implements Myer's diff algorithm. But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
1616

17-
Changelog
17+
# Changelog
1818

19-
* Version 1.2
20-
** JDK 1.5 compatibility
21-
** Ant build script
22-
** Generate output in unified diff format (thanks for Bill James)
19+
## Version 1.2
20+
* JDK 1.5 compatibility
21+
* Ant build script
22+
* Generate output in unified diff format (thanks for Bill James)
2323

2424
# To Install
2525

26-
Just add the code below to your maven dependencies: <dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>1.2.1</version> </dependency>
26+
Just add the code below to your maven dependencies:
2727

28-
And for Ivy: <dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
28+
<dependency>
29+
<groupId>com.googlecode.java-diff-utils</groupId>
30+
<artifactId>diffutils</artifactId>
31+
<version>1.2.1</version>
32+
</dependency>
33+
34+
And for Ivy:
35+
<dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
2936

3037
# Coming eventually
3138

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.