Last Version

JavaPermutationTools 4.0.0

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
Version

Version

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


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