我有一个本地公正,我想将它添加到Maven的依赖项中。
我根据this
尝试工作我的文件位于本地,所以我在pom.xml文件中使用它:
<dependency>
<groupId>opt</groupId>
<artifactId>Copt</artifactId>
<version>1.4</version>
<scope>compile</scope>
<systemPath>$C:\Users\annia\files\example.jar</systemPath>
</dependency>
正确使用systemPath的正确方法是什么?