cron-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-spring</artifactId>
<version>3.0.1-beat</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2024-? the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-spring</artifactId>
<version>3.0.1-beat</version>
<name>cron-spring 3.0.1-beat</name>
<description>The cron task execution framework integrates packages from the Spring framework.</description>
<url>https://github.com/zpf9705/assembly/assembly-simplified-cron/cron-spring</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>12039-xpc-oks</id>
<name>张鹏飞</name>
<email>929160069@qq.com</email>
<url>https://github.com/zpf9705</url>
<organization>Undetermined</organization>
<roles>
<role>Individual developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/zpf9705/assembly.git/assembly-simplified-cron/cron-spring</connection>
<developerConnection>scm:git:https://github.com/zpf9705/assembly.git/assembly-simplified-cron/cron-spring</developerConnection>
<url>https://github.com/zpf9705/assembly/assembly-simplified-cron/cron-spring</url>
</scm>
<dependencies>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-core</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>top.osjf.spring.optimize</groupId>
<artifactId>spring-aware</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-hutool</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-quartz</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-cron4j</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-mybatis-plus-datasource-driven-scheduled</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-yaml-config-datasource-driven-scheduled</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-spring-jpa-datasource-driven-scheduled</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.osjf.cron</groupId>
<artifactId>cron-excel-config-datasource-driven-scheduled</artifactId>
<version>3.0.1-beat</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.3.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>