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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!