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

templating.com.quartzdesk.api.Version Maven / Gradle / Ivy

package com.quartzdesk.api;

/**
 * Contains the QuartzDesk Public API Library module version. The version value is expanded by the templating-maven-plugin
 * during the build.
 */
public interface Version
{
  String VERSION = "2.8.0";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy