flood-xxl-job
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mmdai</groupId>
<artifactId>flood-xxl-job</artifactId>
<version>2.7.14.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">
<parent>
<artifactId>flood-job</artifactId>
<groupId>io.github.mmdai</groupId>
<version>2.7.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<description>xxl-job (version:2.4.0)</description>
<artifactId>flood-xxl-job</artifactId>
<modules>
<module>flood-xxl-job-core</module>
<module>flood-xxl-job-admin</module>
<module>flood-xxl-job-admin-web</module>
<module>flood-xxl-job-client</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<netty-all.version>4.1.63.Final</netty-all.version>
<gson.version>2.9.0</gson.version>
<spring.version>5.3.20</spring.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<junit.version>4.13.2</junit.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<groovy.version>3.0.8</groovy.version>
</properties>
</project>