License |
License |
---|---|
GroupId | GroupIdorg.cicirello |
ArtifactId | ArtifactIdjpt |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaPermutationTools
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpt-4.0.0.pom | |
jpt-4.0.0.jar | 84 KB |
jpt-4.0.0-sources.jar | 100 KB |
jpt-4.0.0-javadoc.jar | 707 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |