templating.com.quartzdesk.api.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartzdesk-api Show documentation
Show all versions of quartzdesk-api Show documentation
QuartzDesk Public API library required for QuartzDesk Standard and Enterprise edition installations. This library must be placed on the classpath of the Quartz scheduler based application that is managed by QuartzDesk. It is important that this library is loaded by the same classloader that loads the Quartz scheduler API used by the application.
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 = "3.6.0";
}