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

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

jpt
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://jpt.cicirello.org/
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

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

Download jpt

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

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