美文网首页
引进单独jar

引进单独jar

作者: Jinx菜鸟之路 | 来源:发表于2022-04-07 15:18 被阅读0次

    <dependency> 

         <groupId>com.taobao</groupId> 

         <artifactId>taobao-sdk</artifactId> 

         <version>1.0.0</version> 

         <scope>system</scope> 

         <systemPath>${project.basedir}/lib/taobao-sdk-java-auto_1627976879682-20210803.jar</systemPath>

    </dependency>

    相关文章

      网友评论

          本文标题:引进单独jar

          本文链接:https://www.haomeiwen.com/subject/whersrtx.html