tech.deepdreams.worker.api.util.AlgorithVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worker-api Show documentation
Show all versions of worker-api Show documentation
Payroll Worker API project for Java 17
package tech.deepdreams.worker.api.util;
public interface AlgorithVersion {
public static final int ALGO_2016 = 2016 ;
public static final int ALGO_2024 = 2024 ;
}