JPermutations

Java library for permutations' iteration

License

License

GroupId

GroupId

io.github.ilnurnasybullin
ArtifactId

ArtifactId

jpermutations
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JPermutations
Java library for permutations' iteration
Project URL

Project URL

https://github.com/IlnurNasybullin/JPermutations
Source Code Management

Source Code Management

https://github.com/IlnurNasybullin/JPermutations

Download jpermutations

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.github.ilnurnasybullin : jfactorial jar 1.0.2

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0