maven 标签classifier 研究一下

研究一下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