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

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

jpt-examples
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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/.
Project URL

Project URL

https://github.com/cicirello/jpt-examples
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

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

Download jpt-examples

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
org.cicirello : jpt jar 4.0.0
org.cicirello : rho-mu jar 2.3.0
org.cicirello : core jar 2.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
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