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

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

Go to download

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.

There is a newer version: 5.0.3
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy