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

run.halo.app.infra.SystemVersionSupplier Maven / Gradle / Ivy

The newest version!
package run.halo.app.infra;

import com.github.zafarkhaja.semver.Version;
import java.util.function.Supplier;

/**
 * The supplier to gets the project version.
 * If it cannot be obtained, return 0.0.0.
 *
 * @author guqing
 * @see Semantic Versioning 2.0.0
 * @since 2.0.0
 */
public interface SystemVersionSupplier extends Supplier {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy