License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdalgorithms-lib |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Algorithms Library
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).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
algorithms-lib-3.1.1.pom | |
algorithms-lib-3.1.1.jar | 89 KB |
algorithms-lib-3.1.1-sources.jar | 67 KB |
algorithms-lib-3.1.1-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>algorithms-lib</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/
implementation 'de.cit-ec.tcs.alignment:algorithms-lib:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/algorithms-lib/
implementation ("de.cit-ec.tcs.alignment:algorithms-lib:3.1.1")
'de.cit-ec.tcs.alignment:algorithms-lib:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="algorithms-lib" rev="3.1.1">
<artifact name="algorithms-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='algorithms-lib', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "algorithms-lib" % "3.1.1"
[de.cit-ec.tcs.alignment/algorithms-lib "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
junit : junit | jar | 4.10 |