components-starter-object-storage
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-starter-object-storage</artifactId>
<version>1.3.2.20240510-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-starters</artifactId>
<version>1.3.2.20240510-RELEASE</version>
</parent>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-starter-object-storage</artifactId>
<version>1.3.2.20240510-RELEASE</version>
<name>skrstop mix micro service starter object storage</name>
<description>skrstop object storage starter</description>
<licenses>
<license>
<name>MIT License</name>
<url>https://choosealicense.com/licenses/mit/</url>
<distribution>manual</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-starter-common</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-extra</artifactId>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
<dependency>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-util-constant</artifactId>
</dependency>
<dependency>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-util-value</artifactId>
</dependency>
<dependency>
<groupId>com.skrstop.framework</groupId>
<artifactId>components-util-executor</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos-sts_api</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>