Download algorithms-lib-3.0.0.jar file - Jar a

Jar examples for a:algorithms-lib

Description

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 3.0.0 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add algorithms-lib-3.0.0.jar to your project.

<dependency>
   <groupId>de.cit-ec.tcs.alignment</groupId>
   <artifactId>algorithms-lib</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'de.cit-ec.tcs.alignment', name: 'algorithms-lib', version: '3.0.0'
libraryDependencies += "de.cit-ec.tcs.alignment" % "algorithms-lib" % "3.0.0"
<dependency org="de.cit-ec.tcs.alignment" name="algorithms-lib" rev="3.0.0"/>
@Grapes(@Grab(group='de.cit-ec.tcs.alignment', module='algorithms-lib', version='3.0.0'))
'de.cit-ec.tcs.alignment:algorithms-lib:jar:3.0.0'

Download

Click the following link to download the jar file.

algorithms-lib-3.0.0-javadoc.jar
algorithms-lib-3.0.0-sources.jar
algorithms-lib-3.0.0.jar
algorithms-lib-3.0.0.pom



Related Tutorials