cron-description-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>be.sysa.quartz-job-synchronizer</groupId> <artifactId>cron-description-api</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>cron-description-api</artifactId> <name>API for getting a cron description</name> <version>1.0.0</version> <packaging>jar</packaging> <description>Demo project for Scheduling in Spring with Quartz</description> <parent> <groupId>be.sysa.quartz-job-synchronizer</groupId> <artifactId>parent</artifactId> <version>1.0.0</version> </parent> <dependencies> </dependencies> </project>