是否有Spring 4的Maven存储库? [英] Is there a Maven repository for Spring 4?

查看:177
本文介绍了是否有Spring 4的Maven存储库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找用于Java 8的Spring 4.0 M1。根据这个问题应该有一个版本,但是找不到。理想情况下会有一个Maven回购,但我甚至找不到常规下载?

I'm looking for Spring 4.0 M1, for use with Java 8. According to this issue there should be a build, can't find however. Ideally there would be a Maven repo, but I can't even find a regular download?

推荐答案

截至 12月12,2013 ,Spring 4.0.0.RELEASE 位于Maven Central。

As of December 12, 2013, Spring 4.0.0.RELEASE is in Maven Central.

您可以添加这个到你的 pom.xml 把它带进来:

You can add this to your pom.xml to bring it in:

<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-core</artifactId>
  <version>4.0.0.RELEASE</version>
</dependency>

这篇关于是否有Spring 4的Maven存储库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆