is not current version
Last Version 4.0.0

org.cicirello:jpt 2.6.2

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

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

jpt
Version

Version

2.6.2
Type

Type

jar

Download jpt 2.6.2


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