| License |
License |
|---|---|
| GroupId | GroupIdcc.redberry |
| ArtifactId | ArtifactIdcombinatorics |
| Last Version | Last Version2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCombinatorics
A number of combinatorial algorithms for enumerating (without in-memory storing) of different types of
combinations.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| combinatorics-2.1.pom | |
| combinatorics-2.1.jar | 21 KB |
| combinatorics-2.1-tests.jar | 14 KB |
| combinatorics-2.1-sources.jar | 15 KB |
| combinatorics-2.1-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/combinatorics/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>combinatorics</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/combinatorics/
implementation 'cc.redberry:combinatorics:2.1'
// https://jarcasting.com/artifacts/cc.redberry/combinatorics/
implementation ("cc.redberry:combinatorics:2.1")
'cc.redberry:combinatorics:jar:2.1'
<dependency org="cc.redberry" name="combinatorics" rev="2.1">
<artifact name="combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='combinatorics', version='2.1')
)
libraryDependencies += "cc.redberry" % "combinatorics" % "2.1"
[cc.redberry/combinatorics "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.commons : commons-math3 | jar | 3.2 |
| net.sf.trove4j : trove4j | jar | 3.0.3 |