Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 341 Bytes

install plugin

mvn clean install

deploy plugin

mvn clean deploy

Maven

To use this library in your Maven project, add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.internetms52</groupId>
    <artifactId>leetcode-validation</artifactId>
    <version>0.1.0</version>
</dependency>