ethereal/batchcompare-stringlib
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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)