You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,25 @@ Main reason to build this library was the lack of easy-to-use libraries with all
14
14
15
15
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.
16
16
17
-
Changelog
17
+
# Changelog
18
18
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)
23
23
24
24
# To Install
25
25
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:
27
27
28
-
And for Ivy: <dependencyorg="com.googlecode.java-diff-utils"name="diffutils"rev="1.2.1"/>
0 commit comments