首页 > 技术文章 > maven 标签classifier 研究一下

leodaxin 2019-02-26 14:30 原文

 

研究一下maven的标签:

 


<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-native.version}</version>
<classifier>${os.detected.classifier}</classifier>
</dependency>

推荐阅读