MVN

org.cicirello : jpt

Maven & Gradle

May 30, 2023
2 usages
8 stars

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

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>jpt</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cicirello : jpt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.cicirello : jpt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
jpt-5.1.0
5.0.x
jpt-5.0.4
jpt-5.0.3
jpt-5.0.2
jpt-5.0.1
jpt-5.0.0
4.3.x
jpt-4.3.1
jpt-4.3.0
4.2.x
jpt-4.2.0
4.1.x
jpt-4.1.0
4.0.x
jpt-4.0.0
3.3.x
jpt-3.3.0
3.2.x
jpt-3.2.0
3.1.x
jpt-3.1.1
jpt-3.1.0
3.0.x
jpt-3.0.0
2.6.x
jpt-2.6.5
jpt-2.6.4
jpt-2.6.3
jpt-2.6.2
jpt-2.6.1
jpt-2.6.0
2.5.x
jpt-2.5.0
2.4.x
jpt-2.4.0
2.3.x
jpt-2.3.0
2.2.x
jpt-2.2.0
2.1.x
jpt-2.1.3
jpt-2.1.2

How to add a dependency to Maven

Add the following org.cicirello : jpt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>jpt</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cicirello : jpt gradle dependency to your build.gradle file:

implementation 'org.cicirello:jpt:5.1.0'

Gradle Kotlin DSL: Add the following org.cicirello : jpt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cicirello:jpt:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cicirello : jpt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cicirello" % "jpt" % "5.1.0"

Advertisement

Dependencies from Group

Jul 28, 2023
3 usages
48 stars
jpt
May 30, 2023
2 usages
8 stars
Jun 11, 2023
2 usages
1 stars
Apr 21, 2023
2 usages
0 stars
Aug 02, 2023
2 stars

Discover Dependencies

Mar 28, 2023
14 usages
169 stars
Mar 28, 2023
6 usages
169 stars
Jan 03, 2022
2 usages
189 stars
Aug 21, 2023
1 usages
754 stars
Aug 21, 2023
1 usages
754 stars
Aug 25, 2023
6 usages
11.9k stars
Apr 19, 2022
8 usages
251 stars