Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么最新的hibernate不在maven中央存储库中?_Hibernate_Maven - Fatal编程技术网

为什么最新的hibernate不在maven中央存储库中?

为什么最新的hibernate不在maven中央存储库中?,hibernate,maven,Hibernate,Maven,我在maven的hibernate中央存储库中找不到3.5.0-Final。另外,在哪里可以获得3.6.0-Final?我在找到它,JBoss已经开始与Maven central as同步他们自己的回购,因此hibernate工件现在可用,而无需将JBoss存储库添加到pom.xml或存储库管理器中 : 要将Hibernate Core 3.6.3添加到项目中,只需将以下代码片段添加到pom中: <dependency> <groupId>org.hiberna

我在maven的hibernate中央存储库中找不到3.5.0-Final。另外,在哪里可以获得3.6.0-Final?

我在找到它,JBoss已经开始与Maven central as同步他们自己的回购,因此
hibernate
工件现在可用,而无需将JBoss存储库添加到
pom.xml
或存储库管理器中

:

要将Hibernate Core 3.6.3添加到项目中,只需将以下代码片段添加到pom中:

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>3.6.3.Final</version>
</dependency>

org.hibernate
冬眠核心
3.6.3.最终版本