MVN

io.github.erandipraboda : org.hello

Maven & Gradle

Aug 19, 2023

sample · sample is an open-source Java library which has implemented various algorithms and data structure

<dependency>
    <groupId>io.github.erandipraboda</groupId>
    <artifactId>org.hello</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.erandipraboda : org.hello to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.github.erandipraboda : org.hello to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
org.hello-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.erandipraboda</groupId>
    <artifactId>org.hello</artifactId>
    <version>1.0</version>
</dependency>