is not current version
Last Version 4.0.0

org.cicirello:jpt 2.1.2

JavaPermutationTools (JPT) is a library for computation on permutations and sequences.

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

jpt
Version

Version

2.1.2
Type

Type

jar

Download jpt 2.1.2


<!-- https://jarcasting.com/artifacts/org.cicirello/jpt/ -->
<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>jpt</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/jpt/
implementation 'org.cicirello:jpt:2.1.2'
// https://jarcasting.com/artifacts/org.cicirello/jpt/
implementation ("org.cicirello:jpt:2.1.2")
'org.cicirello:jpt:jar:2.1.2'
<dependency org="org.cicirello" name="jpt" rev="2.1.2">
  <artifact name="jpt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='jpt', version='2.1.2')
)
libraryDependencies += "org.cicirello" % "jpt" % "2.1.2"
[org.cicirello/jpt "2.1.2"]