Download algorithms-lib-2.1.1.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 2.1.1 in this page.

License

The GNU Affero General Public License, Version 3

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials