Jar examples for a:algorithms-lib
This module containts standard implementations of AlignmentAlgorithms. In contrast to the adp module these implementations are hand-tailored for some specific algorithms and thus achieve somewhat faster runtime (a constant factor of maybe 30-50 percent).
You can download jar file algorithms-lib 2.1.2 in this page.
The GNU Affero General Public License, Version 3
You can use the following script to add algorithms-lib-2.1.2.jar to your project.
<dependency> <groupId>de.cit-ec.tcs.alignment</groupId> <artifactId>algorithms-lib</artifactId> <version>2.1.2</version> </dependency>
compile group: 'de.cit-ec.tcs.alignment', name: 'algorithms-lib', version: '2.1.2'
libraryDependencies += "de.cit-ec.tcs.alignment" % "algorithms-lib" % "2.1.2"
<dependency org="de.cit-ec.tcs.alignment" name="algorithms-lib" rev="2.1.2"/>
@Grapes(@Grab(group='de.cit-ec.tcs.alignment', module='algorithms-lib', version='2.1.2'))
'de.cit-ec.tcs.alignment:algorithms-lib:jar:2.1.2'
Click the following link to download the jar file.
algorithms-lib-2.1.2-javadoc.jar