标签: c++ maven java-ee
所有都在标题中。此代码无法正常工作,因为maven无法识别此类型。
<dependency> <groupId>myGroupId</groupId> <artifactId>libWrap</artifactId> <version>1.0</version> <type>so</type> <scope>runtime</scope> </dependency>
有什么想法吗? 谢谢,