MVN

io.github.deepeshpatel : OpenAlgo

Maven & Gradle

Jun 19, 2021
1 stars

Open 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

<dependency>
    <groupId>io.github.deepeshpatel</groupId>
    <artifactId>OpenAlgo</artifactId>
    <version>1.0.2-testing</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.deepeshpatel : OpenAlgo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-testing

All Versions

Choose a version of io.github.deepeshpatel : OpenAlgo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
OpenAlgo-1.0.2-testing
OpenAlgo-1.0.1

How to add a dependency to Maven

Add the following io.github.deepeshpatel : OpenAlgo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.deepeshpatel</groupId>
    <artifactId>OpenAlgo</artifactId>
    <version>1.0.2-testing</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.deepeshpatel : OpenAlgo gradle dependency to your build.gradle file:

implementation 'io.github.deepeshpatel:OpenAlgo:1.0.2-testing'

Gradle Kotlin DSL: Add the following io.github.deepeshpatel : OpenAlgo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.deepeshpatel:OpenAlgo:1.0.2-testing")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.deepeshpatel : OpenAlgo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.deepeshpatel" % "OpenAlgo" % "1.0.2-testing"