is not current version
Last Version 3.1.1

de.cit-ec.tcs.alignment:algorithms-lib 2.1.1

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).

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

algorithms-lib
Version

Version

2.1.1
Type

Type

jar

Download algorithms-lib 2.1.1


<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/ -->
<dependency>
    <groupId>de.cit-ec.tcs.alignment</groupId>
    <artifactId>algorithms-lib</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/
implementation 'de.cit-ec.tcs.alignment:algorithms-lib:2.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/
implementation ("de.cit-ec.tcs.alignment:algorithms-lib:2.1.1")
'de.cit-ec.tcs.alignment:algorithms-lib:jar:2.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="algorithms-lib" rev="2.1.1">
  <artifact name="algorithms-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='algorithms-lib', version='2.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "algorithms-lib" % "2.1.1"
[de.cit-ec.tcs.alignment/algorithms-lib "2.1.1"]