| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.tcs.alignment |
| Идентификатор | Идентификаторalgorithms-lib |
| Последняя версия | Последняя версия3.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTCS 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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
| junit : junit | jar | 4.10 |