MVN

com.rampatra.adsj : adsj

Maven & Gradle

Nov 02, 2018
813 stars

Algorithms and Data Structures in Java · My solutions to some of the algorithm and data structure questions in Java

<dependency>
    <groupId>com.rampatra.adsj</groupId>
    <artifactId>adsj</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rampatra.adsj : adsj to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.rampatra.adsj : adsj to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
adsj-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.rampatra.adsj</groupId>
    <artifactId>adsj</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement