MVN

org.cicirello : jpt-examples

Maven & Gradle

May 31, 2023
0 stars

JavaPermutationTools (JPT) Example Programs · This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables 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). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

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

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.cicirello:jpt-examples:5.1.0'

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cicirello" % "jpt-examples" % "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

Feb 26, 2023
502 stars
Sep 27, 2021
8.8k stars
Sep 28, 2022
1 usages
23 stars
Sep 27, 2021
53 stars
Sep 27, 2021
205 stars
May 17, 2023
11 stars
Sep 27, 2021
6 usages