1 Star 0 Fork 0

SuggestionWong/word_to_pdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙海林 提交于 2019-11-01 12:27 . 初始化!
<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>cn.maytek</groupId>
<artifactId>library</artifactId>
<version>2.0.3</version>
</parent>
<!-- 如果因为 groupId 和 引用的 parent 的 groupId 一样 引起报错, 可以删除该 groupId 配置 <groupId>cn.maytek</groupId> -->
<artifactId>word_to_pdf</artifactId>
<version>2.0.0</version> <!-- 此处因为版本号和parent一样 所以要么删掉该行配置, 要么该表一下版本号(此处我改为了2.0.2) 不然会提示警告 -->
<packaging>jar</packaging>
<!-- 依赖的jar包们 -->
<dependencies>
<!-- 一个节点是一个jar包 -->
<dependency>
<groupId>cn.maytek</groupId>
<artifactId>maytek</artifactId>
<version>2.2.0</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suggestionspace/word_to_pdf.git
git@gitee.com:suggestionspace/word_to_pdf.git
suggestionspace
word_to_pdf
word_to_pdf
master

搜索帮助