3 Star 8 Fork 1

于新海 / myoql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
javadoc.xml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
于新海 提交于 2020-03-19 16:11 . javadoc
<?xml version='1.0' encoding='UTF-8'?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>javadoc</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.directory}/apidocs</directory>
<outputDirectory>./</outputDirectory>
</fileSet>
</fileSets>
</assembly>
Kotlin
1
https://gitee.com/imnewsea/myoql.git
git@gitee.com:imnewsea/myoql.git
imnewsea
myoql
myoql
master

搜索帮助