License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdcom.quartzdesk |
ArtifactId | ArtifactIdquartzdesk-api |
Last Version | Last Version4.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuartzDesk Public API
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
quartzdesk-api-4.0.12.pom | |
quartzdesk-api-4.0.12-sources.jar | 45 KB |
quartzdesk-api-4.0.12-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/ -->
<dependency>
<groupId>com.quartzdesk</groupId>
<artifactId>quartzdesk-api</artifactId>
<version>4.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/
implementation 'com.quartzdesk:quartzdesk-api:4.0.12'
// https://jarcasting.com/artifacts/com.quartzdesk/quartzdesk-api/
implementation ("com.quartzdesk:quartzdesk-api:4.0.12")
'com.quartzdesk:quartzdesk-api:jar:4.0.12'
<dependency org="com.quartzdesk" name="quartzdesk-api" rev="4.0.12">
<artifact name="quartzdesk-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quartzdesk', module='quartzdesk-api', version='4.0.12')
)
libraryDependencies += "com.quartzdesk" % "quartzdesk-api" % "4.0.12"
[com.quartzdesk/quartzdesk-api "4.0.12"]