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
文件下载
文件名 操作
jpt-3.0.0.jar 下载
jpt-3.0.0.pom 下载
jpt-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>jpt</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:jpt:3.0.0'
Gradle Kotlin
implementation("org.cicirello:jpt:3.0.0")
Scala SBT
libraryDependencies += "org.cicirello" % "jpt" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='jpt', version='3.0.0')
)
Apache Ivy
<dependency org="org.cicirello" name="jpt" rev="3.0.0" />
Leiningen
[org.cicirello/jpt "3.0.0"]
Apache Buildr
'org.cicirello:jpt:jar:3.0.0'