Skip to content

Getting started

Luis A. Ochoa edited this page Sep 15, 2021 · 1 revision

Declare dependencies

Add the following dependency to your project:

Gradle

dependencies {
    implementation 'io.github.aochoae:checkdigit-algorithms:2.0.0'
}

Maven

<dependencies>
    <dependency>
        <groupId>io.github.aochoae</groupId>
        <artifactId>checkdigit-algorithms</artifactId>
        <version>2.0.0</version>
    </dependency>
</dependencies>
Clone this wiki locally