第一次基础maven,google找了一下教程,水平不够,都没看懂。
以hibernate为例子,如果我现在要在maven项目安装hibernate,在pom.xml中添加一下内容后,我应该怎么做才能安装hibernate呢?
<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.12.Final</version>
</dependency>
添加回答
举报
0/150
提交
取消