file-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>info.openmeta</groupId> <artifactId>file-starter</artifactId> <version>0.8.39</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>info.openmeta</groupId> <artifactId>starters</artifactId> <version>0.8.39</version> </parent> <artifactId>file-starter</artifactId> <dependencies> <dependency> <groupId>info.openmeta</groupId> <artifactId>web</artifactId> <version>${project.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>4.0.3</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 --> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> <version>5.3.1</version> </dependency> <!-- Object storage service clients --> <dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> <version>8.5.14</version> </dependency> <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> <version>3.18.1</version> </dependency> <!-- Render word template to docx--> <!-- https://mvnrepository.com/artifact/com.deepoove/poi-tl --> <dependency> <groupId>com.deepoove</groupId> <artifactId>poi-tl</artifactId> <version>1.12.2</version> </dependency> <!-- Convert docx to pdf--> <!-- https://mvnrepository.com/artifact/org.docx4j/docx4j-export-fo --> <dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j-export-fo</artifactId> <version>11.5.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.docx4j/docx4j-JAXB-ReferenceImpl --> <dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j-JAXB-ReferenceImpl</artifactId> <version>11.5.1</version> </dependency> </dependencies> </project>