is not current version
Last Version 1.0.2-testing

io.github.deepeshpatel:OpenAlgo 1.0.1

This project was born out of a need to use combinatorics, factoradics, permutations, Base-N number system API's. Google guava and few open-source libraries provide support of permutations at very basic level

GroupId

GroupId

io.github.deepeshpatel
ArtifactId

ArtifactId

OpenAlgo
Version

Version

1.0.1
Type

Type

jar

Download OpenAlgo 1.0.1


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