maven 标签classifier 研究一下

 

研究一下maven的标签:

 


<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-native.version}</version>
<classifier>${os.detected.classifier}</classifier>
</dependency>
posted @ 2019-02-26 14:30  bf378  阅读(1251)  评论(0编辑  收藏  举报