MVN

com.hapsunday.algo : simple-algorithms

Maven & Gradle

Dec 19, 2019
0 stars

Implemented Some Common Algorithms Using Java.

<dependency>
    <groupId>com.hapsunday.algo</groupId>
    <artifactId>simple-algorithms</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hapsunday.algo : simple-algorithms to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.hapsunday.algo : simple-algorithms to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
simple-algorithms-1.0.2
simple-algorithms-1.0.1
simple-algorithms-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.hapsunday.algo</groupId>
    <artifactId>simple-algorithms</artifactId>
    <version>1.0.2</version>
</dependency>