Skip to content

org.cicirello.jpt 6.0.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>jpt</artifactId>
  <version>6.0.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

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