is not current version
Last Version 4.0.12

com.quartzdesk:quartzdesk-api 4.0.0

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.

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

com.quartzdesk
ArtifactId

ArtifactId

quartzdesk-api
Version

Version

4.0.0
Type

Type

jar

Download quartzdesk-api 4.0.0


<!-- https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/ -->
<dependency>
    <groupId>com.quartzdesk</groupId>
    <artifactId>quartzdesk-api</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/
implementation 'com.quartzdesk:quartzdesk-api:4.0.0'
// https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/
implementation ("com.quartzdesk:quartzdesk-api:4.0.0")
'com.quartzdesk:quartzdesk-api:jar:4.0.0'
<dependency org="com.quartzdesk" name="quartzdesk-api" rev="4.0.0">
  <artifact name="quartzdesk-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quartzdesk', module='quartzdesk-api', version='4.0.0')
)
libraryDependencies += "com.quartzdesk" % "quartzdesk-api" % "4.0.0"
[com.quartzdesk/quartzdesk-api "4.0.0"]