O

OpenAlgo

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
https://github.com/deepeshpatel/OpenAlgo
GNU LESSER GENERAL PUBLIC LICENSE v3
Deepesh Patel
Files download
File Operation
OpenAlgo-1.0.2-testing.jar download
OpenAlgo-1.0.2-testing.pom download
OpenAlgo-1.0.2-testing-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.deepeshpatel</groupId>
  <artifactId>OpenAlgo</artifactId>
  <version>1.0.2-testing</version>
</dependency>
Gradle Groovy
implementation 'io.github.deepeshpatel:OpenAlgo:1.0.2-testing'
Gradle Kotlin
implementation("io.github.deepeshpatel:OpenAlgo:1.0.2-testing")
Scala SBT
libraryDependencies += "io.github.deepeshpatel" % "OpenAlgo" % "1.0.2-testing"
Groovy Grape
@Grapes(
  @Grab(group='io.github.deepeshpatel', module='OpenAlgo', version='1.0.2-testing')
)
Apache Ivy
<dependency org="io.github.deepeshpatel" name="OpenAlgo" rev="1.0.2-testing" />
Leiningen
[io.github.deepeshpatel/OpenAlgo "1.0.2-testing"]
Apache Buildr
'io.github.deepeshpatel:OpenAlgo:jar:1.0.2-testing'
Dependencies