-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Luis A. Ochoa edited this page Sep 15, 2021
·
1 revision
Add the following dependency to your project:
dependencies {
implementation 'io.github.aochoae:checkdigit-algorithms:2.0.0'
}
<dependencies>
<dependency>
<groupId>io.github.aochoae</groupId>
<artifactId>checkdigit-algorithms</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>