现在已经有一段时间了,我在mvnrepository
中看到了这样的行 org.hibernate:hibernate-entitymanager:4.1.7.Final
我从来没有这条线上班。它有用吗?我有点不能从mvnrepository剪切和粘贴,所以有没有办法使用该行?
我现在使用的是:
compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '4.1.7.Final'
每次都厌倦了修改它。
答案 0 :(得分:2)
只需将该行包装在引号中即可。例如,compile 'org.hibernate:hibernate-entitymanager:4.1.7.Final'
。或者,使用http://search.maven.org中的“Grails”表示法。