is not current version
Last Version 2.1

cc.redberry:combinatorics 2.0

A number of combinatorial algorithms for enumerating (without in-memory storing) of different types of combinations.

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

combinatorics
Version

Version

2.0
Type

Type

jar

Download combinatorics 2.0


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