j

jpt

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).
https://jpt.cicirello.org/
GPL-3.0-or-later
Cicirello.Org
Vincent A Cicirello
Files download
File Operation
jpt-5.1.0.jar download
jpt-5.1.0.pom download
jpt-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>jpt</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:jpt:5.1.0'
Gradle Kotlin
implementation("org.cicirello:jpt:5.1.0")
Scala SBT
libraryDependencies += "org.cicirello" % "jpt" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='jpt', version='5.1.0')
)
Apache Ivy
<dependency org="org.cicirello" name="jpt" rev="5.1.0" />
Leiningen
[org.cicirello/jpt "5.1.0"]
Apache Buildr
'org.cicirello:jpt:jar:5.1.0'