码迷,mamicode.com
首页 > 编程语言 > 详细

如何在 Maven 工程中引入其他jar包 并生效?(以 Netty 为例)

时间:2018-12-31 21:12:01      阅读:683      评论:0      收藏:0      [点我收藏+]

标签:框架   选择   repos   引入   tor   .net   version   mave   port   

1.到 Maven 官网  查找 相关 框架

https://mvnrepository.com/artifact/io.netty/netty-all/4.1.32.Final

2.把相关 Xml体 复制到  Maven 的 pom.xml 中 

 

 

<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.32.Final</version>
</dependency>

 

3.右击 工程 点 Maven 选择 Reimport

如何在 Maven 工程中引入其他jar包 并生效?(以 Netty 为例)

标签:框架   选择   repos   引入   tor   .net   version   mave   port   

原文地址:https://www.cnblogs.com/Chendezhou/p/10203192.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!