maven 标签classifier 研究一下
时间:2019-02-26 14:38:18
收藏:0
阅读:1303
研究一下maven的标签:
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-native.version}</version>
<classifier>${os.detected.classifier}</classifier>
</dependency>
原文:https://www.cnblogs.com/leodaxin/p/10437139.html
评论(0)