не последняя версия
Последняя версия 4.0.12

com.quartzdesk:quartzdesk-api 3.0.1

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.

Категории

Категории

Quartz Библиотеки уровня приложения Job Scheduling
Группа

Группа

com.quartzdesk
Идентификатор

Идентификатор

quartzdesk-api
Версия

Версия

3.0.1
Тип

Тип

jar

Скачать quartzdesk-api 3.0.1


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