ework-cloud-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter</artifactId>
<version>2.6.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>
<parent>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-dependencies</artifactId>
<version>2.6.0</version>
<relativePath/>
</parent>
<artifactId>ework-cloud-starter</artifactId>
<packaging>pom</packaging>
<name>Ework Cloud Starter</name>
<description>Ework Cloud Starter</description>
<url>https://www.eworkcloud.com</url>
<modules>
<module>ework-cloud-starter-crontab</module>
<module>ework-cloud-starter-disconf</module>
<module>ework-cloud-starter-dns</module>
<module>ework-cloud-starter-excel</module>
<module>ework-cloud-starter-log</module>
<module>ework-cloud-starter-mail</module>
<module>ework-cloud-starter-mysql</module>
<module>ework-cloud-starter-oss</module>
<module>ework-cloud-starter-redis</module>
<module>ework-cloud-starter-rocket</module>
<module>ework-cloud-starter-ssh</module>
<module>ework-cloud-starter-swagger</module>
<module>ework-cloud-starter-web</module>
</modules>
</project>