美文网首页
maven导入lib下jar包

maven导入lib下jar包

作者: 秋名山车神_f776 | 来源:发表于2018-03-12 13:53 被阅读0次
<!-- User Agent -->
    <dependency>
        <groupId>bitwalker</groupId>
        <artifactId>UserAgentUtils</artifactId>
        <version>1.13</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/UserAgentUtils-1.13.jar</systemPath>
    </dependency>

相关文章

网友评论

      本文标题:maven导入lib下jar包

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