JavaPermutationTools (JPT) Example Programs

This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables 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). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

4.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JavaPermutationTools (JPT) Example Programs
This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables 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). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.
Ссылка на сайт

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

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

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

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

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

http://github.com/cicirello/jpt-examples/tree/main

Скачать jpt-examples

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.cicirello : jpt jar 4.0.0
org.cicirello : rho-mu jar 2.3.0
org.cicirello : core jar 2.1.0

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

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

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

Версия
4.0.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0