All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.deepdreams.worker.api.util.AlgorithVersion Maven / Gradle / Ivy

There is a newer version: 0.1.1-RELEASE
Show newest version
package tech.deepdreams.worker.api.util;

public interface AlgorithVersion {
	public static final int ALGO_2016 = 2016 ;
	
	public static final int ALGO_2024 = 2024 ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy