JavaPermutationTools

JavaPermutationTools (JPT) is a library for computation on permutations and sequences. JPT provides Java classes that enable representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types).

Лицензия

Лицензия

Группа

Группа

org.cicirello
Идентификатор

Идентификатор

jpt
Последняя версия

Последняя версия

4.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JavaPermutationTools
JavaPermutationTools (JPT) is a library for computation on permutations and sequences. JPT provides Java classes that enable representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types).
Ссылка на сайт

Ссылка на сайт

https://jpt.cicirello.org/
Организация-разработчик

Организация-разработчик

Cicirello.Org
Система контроля версий

Система контроля версий

http://github.com/cicirello/JavaPermutationTools/tree/master

Скачать jpt

Имя Файла Размер
jpt-4.0.0.pom
jpt-4.0.0.jar 84 KB
jpt-4.0.0-sources.jar 100 KB
jpt-4.0.0-javadoc.jar 707 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.cicirello/jpt/ -->
<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>jpt</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/jpt/
implementation 'org.cicirello:jpt:4.0.0'
// https://jarcasting.com/artifacts/org.cicirello/jpt/
implementation ("org.cicirello:jpt:4.0.0")
'org.cicirello:jpt:jar:4.0.0'
<dependency org="org.cicirello" name="jpt" rev="4.0.0">
  <artifact name="jpt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='jpt', version='4.0.0')
)
libraryDependencies += "org.cicirello" % "jpt" % "4.0.0"
[org.cicirello/jpt "4.0.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4.0.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2