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

me.hsgamer.hscore.checker.VersionChecker Maven / Gradle / Ivy

There is a newer version: 4.3.29
Show newest version
package me.hsgamer.hscore.checker;

import org.jetbrains.annotations.NotNull;

import java.util.concurrent.CompletableFuture;

/**
 * The interface for the version checker
 */
public interface VersionChecker {
  /**
   * Get the version
   *
   * @return the version
   */
  @NotNull
  CompletableFuture getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy