码迷,mamicode.com
首页 > 其他好文 > 详细

查询 maven 依赖坐标

时间:2018-12-06 00:06:38      阅读:1307      评论:0      收藏:0      [点我收藏+]

标签:3.0   3.3   ima   image   tor   分享图片   坐标   添加   src   

https://mvnrepository.com/

 技术分享图片

https://search.maven.org/

技术分享图片

Maven 配置中添加依赖的方法

<dependencies>
    <dependency>
        <groupId>org.mybatis</groupId>
        <artifactId>mybatis</artifactId>
        <version>3.3.0</version>
    </dependency>
    <!-- 其他依赖 -->
</dependencies>

上面的依赖对应的 jar 包为 mybatis-3.3.0.jar

 

查询 maven 依赖坐标

标签:3.0   3.3   ima   image   tor   分享图片   坐标   添加   src   

原文地址:https://www.cnblogs.com/0820LL/p/10074163.html

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