License |
License |
---|---|
GroupId | GroupIdio.github.deepeshpatel |
ArtifactId | ArtifactIdOpenAlgo |
Last Version | Last Version1.0.2-testing |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpen Algo:Library of useful algorithms
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
|
Filename | Size |
---|---|
OpenAlgo-1.0.2-testing.pom | |
OpenAlgo-1.0.2-testing.jar | 52 KB |
OpenAlgo-1.0.2-testing-sources.jar | 22 KB |
OpenAlgo-1.0.2-testing-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.deepeshpatel/OpenAlgo/ -->
<dependency>
<groupId>io.github.deepeshpatel</groupId>
<artifactId>OpenAlgo</artifactId>
<version>1.0.2-testing</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.deepeshpatel/OpenAlgo/
implementation 'io.github.deepeshpatel:OpenAlgo:1.0.2-testing'
// https://jarcasting.com/artifacts/io.github.deepeshpatel/OpenAlgo/
implementation ("io.github.deepeshpatel:OpenAlgo:1.0.2-testing")
'io.github.deepeshpatel:OpenAlgo:jar:1.0.2-testing'
<dependency org="io.github.deepeshpatel" name="OpenAlgo" rev="1.0.2-testing">
<artifact name="OpenAlgo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.deepeshpatel', module='OpenAlgo', version='1.0.2-testing')
)
libraryDependencies += "io.github.deepeshpatel" % "OpenAlgo" % "1.0.2-testing"
[io.github.deepeshpatel/OpenAlgo "1.0.2-testing"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |