tag:github.com,2008:https://github.com/qrpcode/pptshow/releasesRelease notes from pptshow2023-06-13T09:04:21Ztag:github.com,2008:Repository/652878599/V1.32023-06-13T09:21:50ZV1.3<p>如果您不希望对现有代码进行自定义改动,且使用Maven的话,可以直接复制下面坐标使用:<br>
If you do not wish to make custom changes to existing code and are using Maven, you can simply copy the following coordinates and use them:</p>
<div class="highlight highlight-text-xml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<dependency>
<groupId>cc.pptshow</groupId>
<artifactId>pptshow</artifactId>
<version>1.3</version>
</dependency>"><pre><<span class="pl-ent">dependency</span>>
<<span class="pl-ent">groupId</span>>cc.pptshow</<span class="pl-ent">groupId</span>>
<<span class="pl-ent">artifactId</span>>pptshow</<span class="pl-ent">artifactId</span>>
<<span class="pl-ent">version</span>>1.3</<span class="pl-ent">version</span>>
</<span class="pl-ent">dependency</span>></pre></div>
<p>如果您不使用Maven构建可以下载jar包手动导入<br>
If you don't use Maven build you can download the jar package and import it manually</p>qrpcode