quartzdesk-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.quartzdesk</groupId>
<artifactId>quartzdesk-api</artifactId>
<version>6.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2013-2026 QuartzDesk.com. All Rights Reserved.
~ QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.quartzdesk</groupId>
<artifactId>quartzdesk-api</artifactId>
<version>6.0.1</version>
<packaging>jar</packaging>
<name>QuartzDesk Public API</name>
<description>
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.
</description>
<url>https://quartzdesk.com</url>
<licenses>
<license>
<name>QuartzDesk Commercial License</name>
<url>https://quartzdesk.com/licensing/commercial-license</url>
</license>
</licenses>
<scm>
<url>http://scm.quartzdesk.com/svn/quartzdesk/quartzdesk/tags/quartzdesk-pom-6.0.1/quartzdesk-api</url>
<connection>scm:svn:http://scm.quartzdesk.com/svn/quartzdesk/quartzdesk/tags/quartzdesk-pom-6.0.1/quartzdesk-api</connection>
</scm>
<developers>
<developer>
<name>QuartzDesk Team</name>
<email>support@quartzdesk.com</email>
<organization>QuartzDesk.com</organization>
<organizationUrl>https://quartzdesk.com</organizationUrl>
</developer>
</developers>
</project>