-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (11 loc) · 761 Bytes
/
README
File metadata and controls
14 lines (11 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Batch-Compare - Stringlib
------------------------------------
batchcompare bridge to secondstring
The batchcompare stringlib provides wrappers for secondstring string-matching
algorithms. (http://secondstring.sourceforge.net)
In order to use secondstring, please download the most recent jar from the
provided location and install it into you maven repository.
(mvn install:install-file -DgroupId="com.wcohen" -DartifactId="secondstring" -Dversion="20060615" -Dfile="secondstring-20060615.jar" -Dpackaging="jar" -DgeneratePom=true)
Batch-Compare is licensed under the terms of the Apache License, Version 2.0
(https://www.apache.org/licenses/LICENSE-2.0.txt) and was developed as part of
the OpenEngSB tool integration framework. (http://www.openengsb.org)