《Spring源码深度解析》---第1章(Spring整体结构和环境搭建)

本文学习《Spring源码深度解析》(郝佳编著),实战笔记。

说明

作者书上用的spring源码是3.2版本的,由于这个版本太老,笔者试着用这个版本并配合相应的比较旧的Gradle版本对其编译,发现出现编译错误,难以解决,主要是版本太老,所依赖的比较老的jar包已经没有了,下载不下来。
所以,笔者用了稍微比较新点spring的版本,具体如下操作。

Spring源码下载

https://github.com/spring-projects/spring-framework/tags?after=v4.3.1.RELEASE

在这里插入图片描述
下载下来的spring源码不能直接导入Eclipse里面进行阅读和使用,需要编译,所以下载Gradle进行编译。此时,笔者就想能不能下载一份编译好的spring源码,这样就不需要费时费力下载Gradle进行编译了,遗憾的是,下载的所谓编译好的可以直接导入Eclipse的spring源码,其实都有问题,既然这样,笔者还是不找了,就自己编译一遍吧,文末会附上编译好的确实可以直接导入Eclipse里的源码!!

Gradle下载

https://gradle.org/releases/
在这里插入图片描述

配置环境变量

我的电脑-右键-属性-高级系统设置-环境变量,添加下面这个变量,变量值是下载的Gradle的解压缩目录,然后在Path变量双击,添加路径如下面。
在这里插入图片描述在这里插入图片描述

测试Gradle环境变量配置成功

Win+R,输入cmd回车,输入gradle -version,如果弹出一些东西,不报错,就配成功了。
在这里插入图片描述

开始编译spring源码,

进入spring源码所在目录,如下输入命令。等待很久吧,慢慢等,其他还挺快的,半个多小时吧亲测!
先切换到spring源码所在目录:
在这里插入图片描述
然后开始编译:
在这里插入图片描述本文末尾附上编译的整个过程!!!

编译好的spring源码

https://download.csdn.net/download/ccnuacmhdu/11147013

导入Eclipse

左侧空白处,右键,import,general,导入现存的工程。
在这里插入图片描述
出了如下错误:
在这里插入图片描述

解决上面的错误

需要一个一个工程进行导入,不要像上面那样一次性地导!!!首先用到的是beans,所以先把beans工程导入吧!然后发现提示缺少core,那就把core导入,还有下面的这样的错误,缺少这两个jar包。
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
然后在spring-core这个工程上右键refresh一下就没错误了。

参考博文

https://blog.csdn.net/duguxiaobiao/article/details/79114982

编译的全过程

F:\Spring\spring-framework-4.3.0.RELEASE>gradle cleanIdea eclipse
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy
:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build
Download https://repo.spring.io/plugins-release/org/springframework/build/gradle/propdeps-plugin/0.0.7/propdeps-plugin-0.0.7.pom
Download https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-gradle-plugin/1.5.2/asciidoctor-gradle-plugin-1.5.2.pom
Download https://repo.spring.io/plugins-release/io/spring/gradle/docbook-reference-plugin/0.3.1/docbook-reference-plugin-0.3.1.pom
Download https://repo.spring.io/plugins-release/ws/antonov/gradle/plugins/gradle-plugin-protobuf/0.9.1/gradle-plugin-protobuf-0.9.1.pom
Download https://plugins.gradle.org/m2/org/sonarqube/gradle/gradle-sonarqube-plugin/1.1/gradle-sonarqube-plugin-1.1.pom
Download https://repo.spring.io/plugins-release/net/sf/docbook/docbook-xsl/1.78.1/docbook-xsl-1.78.1.pom
Download https://repo.spring.io/plugins-release/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom
Download https://repo.spring.io/plugins-release/net/sf/docbook/docbook-xsl-saxon/1.0.0/docbook-xsl-saxon-1.0.0.pom
Download https://repo.spring.io/plugins-release/org/codehaus/sonar/runner/sonar-runner-api/2.4/sonar-runner-api-2.4.pom
Download https://repo.spring.io/plugins-release/org/codehaus/sonar/runner/sonar-runner/2.4/sonar-runner-2.4.pom
Download https://repo.spring.io/plugins-release/org/codehaus/sonar-plugins/parent/17/parent-17.pom
Download https://repo.spring.io/plugins-release/com/google/guava/guava/17.0/guava-17.0.pom
Download https://repo.spring.io/plugins-release/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
POM relocation to an other version number is not fully supported in Gradle : xml-apis#xml-apis;2.0.2 relocated to xml-apis#xml-apis;1.0.b2.
Please update your dependency to directly use the correct version 'xml-apis#xml-apis;1.0.b2'.
Resolution will only pick dependencies of the relocated element.  Artifacts and other metadata will be ignored.
Download https://repo.spring.io/plugins-release/org/springframework/build/gradle/propdeps-plugin/0.0.7/propdeps-plugin-0.0.7.jar
Download https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-gradle-plugin/1.5.2/asciidoctor-gradle-plugin-1.5.2.jar
Download https://repo.spring.io/plugins-release/io/spring/gradle/docbook-reference-plugin/0.3.1/docbook-reference-plugin-0.3.1.jar
Download https://repo.spring.io/plugins-release/ws/antonov/gradle/plugins/gradle-plugin-protobuf/0.9.1/gradle-plugin-protobuf-0.9.1.jar
Download https://plugins.gradle.org/m2/org/sonarqube/gradle/gradle-sonarqube-plugin/1.1/gradle-sonarqube-plugin-1.1.jar
Download https://repo.spring.io/plugins-release/net/sf/docbook/docbook-xsl/1.78.1/docbook-xsl-1.78.1-resources.zip
Download https://repo.spring.io/plugins-release/net/sf/docbook/docbook-xsl-saxon/1.0.0/docbook-xsl-saxon-1.0.0.jar
Download https://repo.spring.io/plugins-release/org/codehaus/sonar/runner/sonar-runner-api/2.4/sonar-runner-api-2.4.jar
Download https://repo.spring.io/plugins-release/com/google/guava/guava/17.0/guava-17.0.jar
Download https://repo.spring.io/plugins-release/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar
:cleanIdeaModule UP-TO-DATE
:cleanIdeaProject UP-TO-DATE
:cleanIdea UP-TO-DATE
:spring-aop:cleanIdeaModule UP-TO-DATE
:spring-aop:cleanIdea UP-TO-DATE
:spring-aspects:cleanIdeaModule UP-TO-DATE
:spring-aspects:cleanIdea UP-TO-DATE
:spring-beans:cleanIdeaModule UP-TO-DATE
:spring-beans:cleanIdea UP-TO-DATE
:spring-beans-groovy:cleanIdeaModule UP-TO-DATE
:spring-beans-groovy:cleanIdea UP-TO-DATE
:spring-build-src:cleanIdeaModule UP-TO-DATE
:spring-build-src:cleanIdea UP-TO-DATE
:spring-context:cleanIdeaModule UP-TO-DATE
:spring-context:cleanIdea UP-TO-DATE
:spring-context-support:cleanIdeaModule UP-TO-DATE
:spring-context-support:cleanIdea UP-TO-DATE
:spring-core:cleanIdeaModule UP-TO-DATE
:spring-core:cleanIdea UP-TO-DATE
:spring-expression:cleanIdeaModule UP-TO-DATE
:spring-expression:cleanIdea UP-TO-DATE
:spring-framework-bom:cleanIdeaModule UP-TO-DATE
:spring-framework-bom:cleanIdea UP-TO-DATE
:spring-instrument:cleanIdeaModule UP-TO-DATE
:spring-instrument:cleanIdea UP-TO-DATE
:spring-instrument-tomcat:cleanIdeaModule UP-TO-DATE
:spring-instrument-tomcat:cleanIdea UP-TO-DATE
:spring-jdbc:cleanIdeaModule UP-TO-DATE
:spring-jdbc:cleanIdea UP-TO-DATE
:spring-jms:cleanIdeaModule UP-TO-DATE
:spring-jms:cleanIdea UP-TO-DATE
:spring-messaging:cleanIdeaModule UP-TO-DATE
:spring-messaging:cleanIdea UP-TO-DATE
:spring-orm:cleanIdeaModule UP-TO-DATE
:spring-orm:cleanIdea UP-TO-DATE
:spring-orm-hibernate4:cleanIdeaModule UP-TO-DATE
:spring-orm-hibernate4:cleanIdea UP-TO-DATE
:spring-orm-hibernate5:cleanIdeaModule UP-TO-DATE
:spring-orm-hibernate5:cleanIdea UP-TO-DATE
:spring-oxm:cleanIdeaModule UP-TO-DATE
:spring-oxm:cleanIdea UP-TO-DATE
:spring-test:cleanIdeaModule UP-TO-DATE
:spring-test:cleanIdea UP-TO-DATE
:spring-tx:cleanIdeaModule UP-TO-DATE
:spring-tx:cleanIdea UP-TO-DATE
:spring-web:cleanIdeaModule UP-TO-DATE
:spring-web:cleanIdea UP-TO-DATE
:spring-webmvc:cleanIdeaModule UP-TO-DATE
:spring-webmvc:cleanIdea UP-TO-DATE
:spring-webmvc-portlet:cleanIdeaModule UP-TO-DATE
:spring-webmvc-portlet:cleanIdea UP-TO-DATE
:spring-webmvc-tiles2:cleanIdeaModule UP-TO-DATE
:spring-webmvc-tiles2:cleanIdea UP-TO-DATE
:spring-websocket:cleanIdeaModule UP-TO-DATE
:spring-websocket:cleanIdea UP-TO-DATE
:eclipseClasspath
Download https://repo.spring.io/libs-release/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
Download https://repo.spring.io/libs-release/javax/portlet/portlet-api/2.0/portlet-api-2.0.pom
Download https://repo.spring.io/libs-release/javax/resource/connector-api/1.5/connector-api-1.5.pom
Download https://repo.spring.io/libs-release/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.pom
Download https://repo.spring.io/libs-release/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.pom
Download https://repo.spring.io/libs-release/org/objenesis/objenesis/2.1/objenesis-2.1.pom
Download https://repo.spring.io/libs-release/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Download https://repo.spring.io/libs-release/org/jboss/jboss-parent/9/jboss-parent-9.pom
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.pom
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging-tools-parent/1.2.0.Beta1/jboss-logging-tools-parent-1.2.0.Beta1.pom
Download https://repo.spring.io/libs-release/org/jboss/jboss-parent/10/jboss-parent-10.pom
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.pom
Download https://repo.spring.io/libs-release/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
Download https://repo.spring.io/libs-release/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/jboss-parent/5/jboss-parent-5.pom
Download https://repo.spring.io/libs-release/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Download https://repo.spring.io/libs-release/javax/portlet/portlet-api/2.0/portlet-api-2.0.jar
Download https://repo.spring.io/libs-release/javax/resource/connector-api/1.5/connector-api-1.5.jar
Download https://repo.spring.io/libs-release/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar
Download https://repo.spring.io/libs-release/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.jar
Download https://repo.spring.io/libs-release/org/objenesis/objenesis/2.1/objenesis-2.1.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
Download https://repo.spring.io/libs-release/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar
Download https://repo.spring.io/libs-release/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
Download https://repo.spring.io/libs-release/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar
Download https://repo.spring.io/libs-release/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19-sources.jar
Download https://repo.spring.io/libs-release/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1-sources.jar
Download https://repo.spring.io/libs-release/javax/portlet/portlet-api/2.0/portlet-api-2.0-sources.jar
Download https://repo.spring.io/libs-release/javax/resource/connector-api/1.5/connector-api-1.5-sources.jar
Download https://repo.spring.io/libs-release/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final-sources.jar
Download https://repo.spring.io/libs-release/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4-sources.jar
Download https://repo.spring.io/libs-release/org/objenesis/objenesis/2.1/objenesis-2.1-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final-sources.jar
Download https://repo.spring.io/libs-release/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final-sources.jar
:eclipseJdtPrepare
:eclipseJdt
:eclipseProject
:eclipseSettings
:eclipseWstComponent
:eclipse
:spring-aop:eclipseClasspath
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.6/commons-pool-1.6.pom
Download https://repo.spring.io/libs-release/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
Download https://repo.spring.io/libs-release/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.6/commons-pool-1.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2-sources.jar
:spring-aop:eclipseJdtPrepare
:spring-aop:eclipseJdt
:spring-aop:eclipseProject
:spring-aop:eclipseSettings
:spring-aop:eclipseWstComponent
:spring-aop:eclipse
:spring-aspects:eclipseClasspath
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.0/javax.persistence-2.0.0.pom
Download https://repo.spring.io/libs-release/javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5.pom
Download https://repo.spring.io/libs-release/com/sun/mail/all/1.5.5/all-1.5.5.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.0/javax.persistence-2.0.0.jar
Download https://repo.spring.io/libs-release/javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.0/javax.persistence-2.0.0-sources.jar
Download https://repo.spring.io/libs-release/javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5-sources.jar
:spring-aspects:eclipseJdtPrepare
:spring-aspects:eclipseJdt
:spring-aspects:eclipseProject
:spring-aspects:eclipseSettings
:spring-aspects:eclipseWstComponent
:spring-aspects:eclipse
:spring-beans:eclipseClasspath
Download https://repo.spring.io/libs-release/javax/el/javax.el-api/2.2.5/javax.el-api-2.2.5.pom
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.17/snakeyaml-1.17.pom
Download https://repo.spring.io/libs-release/log4j/log4j/1.2.17/log4j-1.2.17.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-core/8.5.2/tomcat-embed-core-8.5.2.pom
Download https://repo.spring.io/libs-release/javax/el/javax.el-api/2.2.5/javax.el-api-2.2.5.jar
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar
Download https://repo.spring.io/libs-release/log4j/log4j/1.2.17/log4j-1.2.17.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-core/8.5.2/tomcat-embed-core-8.5.2.jar
Download https://repo.spring.io/libs-release/javax/el/javax.el-api/2.2.5/javax.el-api-2.2.5-sources.jar
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.17/snakeyaml-1.17-sources.jar
Download https://repo.spring.io/libs-release/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-core/8.5.2/tomcat-embed-core-8.5.2-sources.jar
:spring-beans:eclipseJdtPrepare
:spring-beans:eclipseJdt
:spring-beans:eclipseProject
:spring-beans:eclipseSettings
:spring-beans:eclipseWstComponent
:spring-beans:eclipse
:spring-beans-groovy:eclipseClasspath
Download https://repo.spring.io/libs-release/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7.pom
Download https://repo.spring.io/libs-release/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7.jar
Download https://repo.spring.io/libs-release/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7-sources.jar
:spring-beans-groovy:eclipseJdtPrepare
:spring-beans-groovy:eclipseJdt
:spring-beans-groovy:eclipseProject
:spring-beans-groovy:eclipseSettings
:spring-beans-groovy:eclipseWstComponent
:spring-beans-groovy:eclipse
:spring-build-src:eclipseClasspath
:spring-build-src:eclipseJdtPrepare
:spring-build-src:eclipseJdt
:spring-build-src:eclipseProject
:spring-build-src:eclipseSettings
:spring-build-src:eclipseWstComponent
:spring-build-src:eclipse
:spring-context:eclipseClasspath
Download https://repo.spring.io/libs-release/javax/ejb/ejb-api/3.0/ejb-api-3.0.pom
Download https://repo.spring.io/libs-release/javax/money/money-api/1.0/money-api-1.0.pom
Download https://repo.spring.io/libs-release/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/4.3.2.Final/hibernate-validator-4.3.2.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator-parent/4.3.2.Final/hibernate-validator-parent-4.3.2.Final.pom
Download https://repo.spring.io/libs-release/joda-time/joda-time/2.9.4/joda-time-2.9.4.pom
Download https://repo.spring.io/libs-release/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Download https://repo.spring.io/libs-release/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Download https://repo.spring.io/libs-release/org/jruby/jruby/1.7.25/jruby-1.7.25.pom
Download https://repo.spring.io/libs-release/org/jruby/jruby-artifacts/1.7.25/jruby-artifacts-1.7.25.pom
Download https://repo.spring.io/libs-release/org/jruby/jruby-parent/1.7.25/jruby-parent-1.7.25.pom
Download https://repo.spring.io/libs-release/org/javamoney/moneta/1.1/moneta-1.1.pom
Download https://repo.spring.io/libs-release/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.pom
Download https://repo.spring.io/libs-release/org/jboss/jboss-parent/6/jboss-parent-6.pom
Download https://repo.spring.io/libs-release/org/jruby/jruby-core/1.7.25/jruby-core-1.7.25.pom
Download https://repo.spring.io/libs-release/org/jruby/jruby-stdlib/1.7.25/jruby-stdlib-1.7.25.pom
Download https://repo.spring.io/libs-release/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom
Download https://repo.spring.io/libs-release/org/jruby/joni/joni/2.1.10/joni-2.1.10.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-enxio/0.12/jnr-enxio-0.12.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-unixsocket/0.12/jnr-unixsocket-0.12.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-posix/3.0.29/jnr-posix-3.0.29.pom
Download https://repo.spring.io/libs-release/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-constants/0.9.1/jnr-constants-0.9.1.pom
Download https://repo.spring.io/libs-release/org/jruby/jcodings/jcodings/1.0.16/jcodings-1.0.16.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-ffi/2.0.9/jnr-ffi-2.0.9.pom
Download https://repo.spring.io/libs-release/com/github/jnr/jffi/1.2.11/jffi-1.2.11.pom
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom
Download https://repo.spring.io/libs-release/com/headius/invokebinder/1.2/invokebinder-1.2.pom
Download https://repo.spring.io/libs-release/org/jruby/yecht/1.1/yecht-1.1.pom
Download https://repo.spring.io/libs-release/com/headius/options/1.3/options-1.3.pom
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Download https://repo.spring.io/libs-release/javax/money/money-api/1.0.1/money-api-1.0.1.pom
Download https://repo.spring.io/libs-release/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
Download https://repo.spring.io/libs-release/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/4.3.2.Final/hibernate-validator-4.3.2.Final.jar
Download https://repo.spring.io/libs-release/joda-time/joda-time/2.9.4/joda-time-2.9.4.jar
Download https://repo.spring.io/libs-release/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby/1.7.25/jruby-1.7.25.jar
Download https://repo.spring.io/libs-release/org/javamoney/moneta/1.1/moneta-1.1.jar
Download https://repo.spring.io/libs-release/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby-core/1.7.25/jruby-core-1.7.25.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby-stdlib/1.7.25/jruby-stdlib-1.7.25.jar
Download https://repo.spring.io/libs-release/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar
Download https://repo.spring.io/libs-release/org/jruby/joni/joni/2.1.10/joni-2.1.10.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-enxio/0.12/jnr-enxio-0.12.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-unixsocket/0.12/jnr-unixsocket-0.12.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-posix/3.0.29/jnr-posix-3.0.29.jar

Download https://repo.spring.io/libs-release/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-constants/0.9.1/jnr-constants-0.9.1.jar
Download https://repo.spring.io/libs-release/org/jruby/jcodings/jcodings/1.0.16/jcodings-1.0.16.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-ffi/2.0.9/jnr-ffi-2.0.9.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jffi/1.2.11/jffi-1.2.11.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jffi/1.2.11/jffi-1.2.11-native.jar
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
Download https://repo.spring.io/libs-release/com/headius/invokebinder/1.2/invokebinder-1.2.jar
Download https://repo.spring.io/libs-release/org/jruby/yecht/1.1/yecht-1.1-jruby.jar
Download https://repo.spring.io/libs-release/com/headius/options/1.3/options-1.3.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Download https://repo.spring.io/libs-release/javax/money/money-api/1.0.1/money-api-1.0.1.jar
Download https://repo.spring.io/libs-release/javax/ejb/ejb-api/3.0/ejb-api-3.0-sources.jar
Download https://repo.spring.io/libs-release/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/4.3.2.Final/hibernate-validator-4.3.2.Final-sources.jar
Download https://repo.spring.io/libs-release/joda-time/joda-time/2.9.4/joda-time-2.9.4-sources.jar
Download https://repo.spring.io/libs-release/org/beanshell/bsh/2.0b4/bsh-2.0b4-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby/1.7.25/jruby-1.7.25-sources.jar
Download https://repo.spring.io/libs-release/org/javamoney/moneta/1.1/moneta-1.1-sources.jar
Download https://repo.spring.io/libs-release/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby-core/1.7.25/jruby-core-1.7.25-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/jruby-stdlib/1.7.25/jruby-stdlib-1.7.25-sources.jar
Download https://repo.spring.io/libs-release/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2-sources.jar
Download https://repo.spring.io/libs-release/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4-sources.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/joni/joni/2.1.10/joni-2.1.10-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-netdb/1.1.2/jnr-netdb-1.1.2-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-enxio/0.12/jnr-enxio-0.12-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-unixsocket/0.12/jnr-unixsocket-0.12-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-posix/3.0.29/jnr-posix-3.0.29-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/extras/bytelist/1.0.11/bytelist-1.0.11-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-constants/0.9.1/jnr-constants-0.9.1-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/jcodings/jcodings/1.0.16/jcodings-1.0.16-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jnr-ffi/2.0.9/jnr-ffi-2.0.9-sources.jar
Download https://repo.spring.io/libs-release/com/github/jnr/jffi/1.2.11/jffi-1.2.11-sources.jar
Download https://repo.spring.io/libs-release/org/yaml/snakeyaml/1.13/snakeyaml-1.13-sources.jar
Download https://repo.spring.io/libs-release/com/headius/invokebinder/1.2/invokebinder-1.2-sources.jar
Download https://repo.spring.io/libs-release/org/jruby/yecht/1.1/yecht-1.1-sources.jar
Download https://repo.spring.io/libs-release/com/headius/options/1.3/options-1.3-sources.jar
Download https://repo.spring.io/libs-release/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3-sources.jar
Download https://repo.spring.io/libs-release/javax/money/money-api/1.0.1/money-api-1.0.1-sources.jar
Download https://repo.spring.io/libs-release/javax/money/money-api/1.0/money-api-1.0.jar
:spring-context:eclipseJdtPrepare
:spring-context:eclipseJdt
:spring-context:eclipseProject
:spring-context:eclipseSettings
:spring-context:eclipseWstComponent
:spring-context:eclipse
:spring-context-support:eclipseClasspath
Download https://repo.spring.io/libs-release/com/github/ben-manes/caffeine/caffeine/2.3.0/caffeine-2.3.0.pom
Download https://repo.spring.io/libs-release/net/sf/ehcache/ehcache/2.10.2/ehcache-2.10.2.pom
Download https://repo.spring.io/libs-release/net/sf/ehcache/ehcache-root/2.10.2/ehcache-root-2.10.2.pom
Download https://repo.spring.io/libs-release/org/quartz-scheduler/quartz/2.2.3/quartz-2.2.3.pom
Download https://repo.spring.io/libs-release/org/quartz-scheduler/quartz-parent/2.2.3/quartz-parent-2.2.3.pom
Download https://repo.spring.io/libs-release/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.pom
Download https://repo.spring.io/libs-release/net/sf/jasperreports/jasperreports/6.2.1/jasperreports-6.2.1.pom
Download https://repo.spring.io/libs-release/org/apache/poi/poi/3.14/poi-3.14.pom
Download https://repo.spring.io/libs-release/com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.pom
Download https://repo.spring.io/libs-release/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom
Download https://repo.spring.io/libs-release/org/jfree/jcommon/1.0.23/jcommon-1.0.23.pom
Download https://repo.spring.io/libs-release/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.pom
Download https://repo.spring.io/libs-release/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.pom
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-xml/1.3.3/castor-xml-1.3.3.pom
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor/1.3.3/castor-1.3.3.pom
Download https://repo.spring.io/libs-release/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-core/4.5.1/lucene-core-4.5.1.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-parent/4.5.1/lucene-parent-4.5.1.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-solr-grandparent/4.5.1/lucene-solr-grandparent-4.5.1.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-analyzers-common/4.5.1/lucene-analyzers-common-4.5.1.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queryparser/4.5.1/lucene-queryparser-4.5.1.pom
Download https://repo.spring.io/libs-release/com/google/zxing/core/2.3.0/core-2.3.0.pom
Download https://repo.spring.io/libs-release/com/google/zxing/zxing-parent/2.3.0/zxing-parent-2.3.0.pom
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-core/1.3.3/castor-core-1.3.3.pom
Download https://repo.spring.io/libs-release/stax/stax/1.2.0/stax-1.2.0.pom
Download https://repo.spring.io/libs-release/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queries/4.5.1/lucene-queries-4.5.1.pom
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-sandbox/4.5.1/lucene-sandbox-4.5.1.pom
Download https://repo.spring.io/libs-release/commons-beanutils/commons-beanutils/1.9.0/commons-beanutils-1.9.0.pom
Download https://repo.spring.io/libs-release/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Download https://repo.spring.io/libs-release/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.pom
Download https://repo.spring.io/libs-release/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.pom
Download https://repo.spring.io/libs-release/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.pom
Download https://repo.spring.io/libs-release/com/github/ben-manes/caffeine/caffeine/2.3.0/caffeine-2.3.0.jar
Download https://repo.spring.io/libs-release/net/sf/ehcache/ehcache/2.10.2/ehcache-2.10.2.jar
Download https://repo.spring.io/libs-release/org/quartz-scheduler/quartz/2.2.3/quartz-2.2.3.jar
Download https://repo.spring.io/libs-release/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Download https://repo.spring.io/libs-release/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar
Download https://repo.spring.io/libs-release/com/lowagie/itext/2.1.7/itext-2.1.7.jar
Download https://repo.spring.io/libs-release/net/sf/jasperreports/jasperreports/6.2.1/jasperreports-6.2.1.jar
Download https://repo.spring.io/libs-release/org/apache/poi/poi/3.14/poi-3.14.jar
Download https://repo.spring.io/libs-release/com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.jar
Download https://repo.spring.io/libs-release/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar
Download https://repo.spring.io/libs-release/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar
Download https://repo.spring.io/libs-release/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar
Download https://repo.spring.io/libs-release/org/jfree/jcommon/1.0.23/jcommon-1.0.23.jar
Download https://repo.spring.io/libs-release/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar
Download https://repo.spring.io/libs-release/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.jar
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-xml/1.3.3/castor-xml-1.3.3.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-core/4.5.1/lucene-core-4.5.1.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-analyzers-common/4.5.1/lucene-analyzers-common-4.5.1.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queryparser/4.5.1/lucene-queryparser-4.5.1.jar
Download https://repo.spring.io/libs-release/com/google/zxing/core/2.3.0/core-2.3.0.jar
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-core/1.3.3/castor-core-1.3.3.jar
Download https://repo.spring.io/libs-release/stax/stax/1.2.0/stax-1.2.0.jar
Download https://repo.spring.io/libs-release/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queries/4.5.1/lucene-queries-4.5.1.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-sandbox/4.5.1/lucene-sandbox-4.5.1.jar
Download https://repo.spring.io/libs-release/commons-beanutils/commons-beanutils/1.9.0/commons-beanutils-1.9.0.jar
Download https://repo.spring.io/libs-release/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Download https://repo.spring.io/libs-release/commons-digester/commons-digester/2.1/commons-digester-2.1.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar
Download https://repo.spring.io/libs-release/com/github/ben-manes/caffeine/caffeine/2.3.0/caffeine-2.3.0-sources.jar
Download https://repo.spring.io/libs-release/net/sf/ehcache/ehcache/2.10.2/ehcache-2.10.2-sources.jar
Download https://repo.spring.io/libs-release/org/quartz-scheduler/quartz/2.2.3/quartz-2.2.3-sources.jar
Download https://repo.spring.io/libs-release/org/apache/velocity/velocity/1.7/velocity-1.7-sources.jar
Download https://repo.spring.io/libs-release/org/freemarker/freemarker/2.3.23/freemarker-2.3.23-sources.jar
Download https://repo.spring.io/libs-release/com/lowagie/itext/2.1.7/itext-2.1.7-sources.jar
Download https://repo.spring.io/libs-release/net/sf/jasperreports/jasperreports/6.2.1/jasperreports-6.2.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/poi/poi/3.14/poi-3.14-sources.jar
Download https://repo.spring.io/libs-release/com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5-sources.jar
Download https://repo.spring.io/libs-release/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1-sources.jar
Download https://repo.spring.io/libs-release/org/jfree/jcommon/1.0.23/jcommon-1.0.23-sources.jar
Download https://repo.spring.io/libs-release/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1-sources.jar
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-xml/1.3.3/castor-xml-1.3.3-sources.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-core/4.5.1/lucene-core-4.5.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-analyzers-common/4.5.1/lucene-analyzers-common-4.5.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queryparser/4.5.1/lucene-queryparser-4.5.1-sources.jar
Download https://repo.spring.io/libs-release/com/google/zxing/core/2.3.0/core-2.3.0-sources.jar
Download https://repo.spring.io/libs-release/org/codehaus/castor/castor-core/1.3.3/castor-core-1.3.3-sources.jar
Download https://repo.spring.io/libs-release/stax/stax/1.2.0/stax-1.2.0-sources.jar
Download https://repo.spring.io/libs-release/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-queries/4.5.1/lucene-queries-4.5.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/lucene/lucene-sandbox/4.5.1/lucene-sandbox-4.5.1-sources.jar
Download https://repo.spring.io/libs-release/commons-beanutils/commons-beanutils/1.9.0/commons-beanutils-1.9.0-sources.jar
Download https://repo.spring.io/libs-release/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar
Download https://repo.spring.io/libs-release/commons-digester/commons-digester/2.1/commons-digester-2.1-sources.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38-sources.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38-sources.jar
Download https://repo.spring.io/libs-release/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38-sources.jar
Download https://repo.spring.io/libs-release/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
:spring-context-support:eclipseJdtPrepare
:spring-context-support:eclipseJdt
:spring-context-support:eclipseProject
:spring-context-support:eclipseSettings
:spring-context-support:eclipseWstComponent
:spring-context-support:eclipse
:spring-core:eclipseClasspath
Download https://repo.spring.io/libs-release/net/sf/jopt-simple/jopt-simple/5.0.1/jopt-simple-5.0.1.pom
Download https://repo.spring.io/libs-release/xmlunit/xmlunit/1.6/xmlunit-1.6.pom
Download https://repo.spring.io/libs-release/com/fasterxml/woodstox/woodstox-core/5.0.2/woodstox-core-5.0.2.pom
Download https://repo.spring.io/libs-release/net/sf/jopt-simple/jopt-simple/5.0.1/jopt-simple-5.0.1.jar
Download https://repo.spring.io/libs-release/xmlunit/xmlunit/1.6/xmlunit-1.6.jar
Download https://repo.spring.io/libs-release/com/fasterxml/woodstox/woodstox-core/5.0.2/woodstox-core-5.0.2.jar
Download https://repo.spring.io/libs-release/net/sf/jopt-simple/jopt-simple/5.0.1/jopt-simple-5.0.1-sources.jar
Download https://repo.spring.io/libs-release/xmlunit/xmlunit/1.6/xmlunit-1.6-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/woodstox/woodstox-core/5.0.2/woodstox-core-5.0.2-sources.jar
:spring-core:eclipseJdtPrepare
:spring-core:eclipseJdt
:spring-core:eclipseProject
:spring-core:eclipseSettings
:spring-core:eclipseWstComponent
:spring-core:eclipse
:spring-expression:eclipseClasspath
:spring-expression:eclipseJdtPrepare
:spring-expression:eclipseJdt
:spring-expression:eclipseProject
:spring-expression:eclipseSettings
:spring-expression:eclipseWstComponent
:spring-expression:eclipse
:spring-framework-bom:eclipseClasspath
:spring-framework-bom:eclipseJdtPrepare
:spring-framework-bom:eclipseJdt
:spring-framework-bom:eclipseProject
:spring-framework-bom:eclipseSettings
:spring-framework-bom:eclipseWstComponent
:spring-framework-bom:eclipse
:spring-instrument:eclipseClasspath
:spring-instrument:eclipseJdtPrepare
:spring-instrument:eclipseJdt
:spring-instrument:eclipseProject
:spring-instrument:eclipseSettings
:spring-instrument:eclipseWstComponent
:spring-instrument:eclipse
:spring-instrument-tomcat:eclipseClasspath
Download https://repo.spring.io/libs-release/org/apache/tomcat/catalina/6.0.16/catalina-6.0.16.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/servlet-api/6.0.16/servlet-api-6.0.16.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/juli/6.0.16/juli-6.0.16.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/annotations-api/6.0.16/annotations-api-6.0.16.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/catalina/6.0.16/catalina-6.0.16.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/servlet-api/6.0.16/servlet-api-6.0.16.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/juli/6.0.16/juli-6.0.16.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/annotations-api/6.0.16/annotations-api-6.0.16.jar
:spring-instrument-tomcat:eclipseJdtPrepare
:spring-instrument-tomcat:eclipseJdt
:spring-instrument-tomcat:eclipseProject
:spring-instrument-tomcat:eclipseSettings
:spring-instrument-tomcat:eclipseWstComponent
:spring-instrument-tomcat:eclipse
:spring-jdbc:eclipseClasspath
Download https://repo.spring.io/libs-release/com/h2database/h2/1.4.192/h2-1.4.192.pom
Download https://repo.spring.io/libs-release/org/apache/derby/derby/10.12.1.1/derby-10.12.1.1.pom
Download https://repo.spring.io/libs-release/org/apache/derby/derby-project/10.12.1.1/derby-project-10.12.1.1.pom
Download https://repo.spring.io/libs-release/org/apache/derby/derbyclient/10.12.1.1/derbyclient-10.12.1.1.pom
Download https://repo.spring.io/libs-release/com/h2database/h2/1.4.192/h2-1.4.192.jar
Download https://repo.spring.io/libs-release/org/apache/derby/derby/10.12.1.1/derby-10.12.1.1.jar
Download https://repo.spring.io/libs-release/org/apache/derby/derbyclient/10.12.1.1/derbyclient-10.12.1.1.jar
Download https://repo.spring.io/libs-release/com/h2database/h2/1.4.192/h2-1.4.192-sources.jar
:spring-jdbc:eclipseJdtPrepare
:spring-jdbc:eclipseJdt
:spring-jdbc:eclipseProject
:spring-jdbc:eclipseSettings
:spring-jdbc:eclipseWstComponent
:spring-jdbc:eclipse
:spring-jms:eclipseClasspath
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-databind/2.8.0.rc1/jackson-databind-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/jackson-parent/2.8-rc1b/jackson-parent-2.8-rc1b.pom
Download https://repo.spring.io/libs-release/com/fasterxml/oss-parent/27/oss-parent-27.pom
Download https://repo.spring.io/libs-release/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
Download https://repo.spring.io/libs-release/org/glassfish/api/api/1/api-1.pom
Download https://repo.spring.io/libs-release/org/glassfish/pom/2/pom-2.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-annotations/2.8.0.rc1/jackson-annotations-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-core/2.8.0.rc1/jackson-core-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-databind/2.8.0.rc1/jackson-databind-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-annotations/2.8.0.rc1/jackson-annotations-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-core/2.8.0.rc1/jackson-core-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-databind/2.8.0.rc1/jackson-databind-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-annotations/2.8.0.rc1/jackson-annotations-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/core/jackson-core/2.8.0.rc1/jackson-core-2.8.0.rc1-sources.jar
:spring-jms:eclipseJdtPrepare
:spring-jms:eclipseJdt
:spring-jms:eclipseProject
:spring-jms:eclipseSettings
:spring-jms:eclipseWstComponent
:spring-jms:eclipse
:spring-messaging:eclipseClasspath
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-core/2.0.8.RELEASE/reactor-core-2.0.8.RELEASE.pom
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-net/2.0.8.RELEASE/reactor-net-2.0.8.RELEASE.pom
Download https://repo.spring.io/libs-release/io/netty/netty-all/4.1.1.Final/netty-all-4.1.1.Final.pom
Download https://repo.spring.io/libs-release/io/netty/netty-parent/4.1.1.Final/netty-parent-4.1.1.Final.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-server/9.3.9.v20160517/websocket-server-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-parent/9.3.9.v20160517/websocket-parent-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-project/9.3.9.v20160517/jetty-project-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.3.9.v20160517/websocket-client-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.pom
Download https://repo.spring.io/libs-release/com/thoughtworks/xstream/xstream-parent/1.4.9/xstream-parent-1.4.9.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-webapp/9.3.9.v20160517/jetty-webapp-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.2/tomcat-embed-websocket-8.5.2.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.5.2/tomcat-embed-logging-juli-8.5.2.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-jcl/1.7.21/slf4j-jcl-1.7.21.pom
Download https://repo.spring.io/libs-release/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-bus/2.0.8.RELEASE/reactor-bus-2.0.8.RELEASE.pom
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-stream/2.0.8.RELEASE/reactor-stream-2.0.8.RELEASE.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.3.9.v20160517/websocket-common-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-servlet/9.3.9.v20160517/websocket-servlet-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-servlet/9.3.9.v20160517/jetty-servlet-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-http/9.3.9.v20160517/jetty-http-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.3.9.v20160517/jetty-util-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.3.9.v20160517/jetty-io-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-xml/9.3.9.v20160517/jetty-xml-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections/5.1.0/gs-collections-5.1.0.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.3.9.v20160517/websocket-api-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-security/9.3.9.v20160517/jetty-security-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections-api/5.1.0/gs-collections-api-5.1.0.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-server/9.3.9.v20160517/jetty-server-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-core/2.0.8.RELEASE/reactor-core-2.0.8.RELEASE.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-net/2.0.8.RELEASE/reactor-net-2.0.8.RELEASE.jar
Download https://repo.spring.io/libs-release/io/netty/netty-all/4.1.1.Final/netty-all-4.1.1.Final.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-server/9.3.9.v20160517/websocket-server-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.3.9.v20160517/websocket-client-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-webapp/9.3.9.v20160517/jetty-webapp-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.2/tomcat-embed-websocket-8.5.2.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.5.2/tomcat-embed-logging-juli-8.5.2.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-jcl/1.7.21/slf4j-jcl-1.7.21.jar
Download https://repo.spring.io/libs-release/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-bus/2.0.8.RELEASE/reactor-bus-2.0.8.RELEASE.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-stream/2.0.8.RELEASE/reactor-stream-2.0.8.RELEASE.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.3.9.v20160517/websocket-common-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-servlet/9.3.9.v20160517/websocket-servlet-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-servlet/9.3.9.v20160517/jetty-servlet-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-http/9.3.9.v20160517/jetty-http-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.3.9.v20160517/jetty-util-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.3.9.v20160517/jetty-io-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-xml/9.3.9.v20160517/jetty-xml-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections/5.1.0/gs-collections-5.1.0.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.3.9.v20160517/websocket-api-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-security/9.3.9.v20160517/jetty-security-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections-api/5.1.0/gs-collections-api-5.1.0.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-server/9.3.9.v20160517/jetty-server-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-core/2.0.8.RELEASE/reactor-core-2.0.8.RELEASE-sources.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-net/2.0.8.RELEASE/reactor-net-2.0.8.RELEASE-sources.jar
Download https://repo.spring.io/libs-release/io/netty/netty-all/4.1.1.Final/netty-all-4.1.1.Final-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-server/9.3.9.v20160517/websocket-server-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.3.9.v20160517/websocket-client-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-webapp/9.3.9.v20160517/jetty-webapp-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.2/tomcat-embed-websocket-8.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.5.2/tomcat-embed-logging-juli-8.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-jcl/1.7.21/slf4j-jcl-1.7.21-sources.jar
Download https://repo.spring.io/libs-release/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0-sources.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-bus/2.0.8.RELEASE/reactor-bus-2.0.8.RELEASE-sources.jar
Download https://repo.spring.io/libs-release/io/projectreactor/reactor-stream/2.0.8.RELEASE/reactor-stream-2.0.8.RELEASE-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.3.9.v20160517/websocket-common-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-servlet/9.3.9.v20160517/websocket-servlet-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-servlet/9.3.9.v20160517/jetty-servlet-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-http/9.3.9.v20160517/jetty-http-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.3.9.v20160517/jetty-util-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.3.9.v20160517/jetty-io-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-xml/9.3.9.v20160517/jetty-xml-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections/5.1.0/gs-collections-5.1.0-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.3.9.v20160517/websocket-api-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-security/9.3.9.v20160517/jetty-security-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/com/goldmansachs/gs-collections-api/5.1.0/gs-collections-api-5.1.0-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-server/9.3.9.v20160517/jetty-server-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
:spring-messaging:eclipseJdtPrepare
:spring-messaging:eclipseJdt
:spring-messaging:eclipseProject
:spring-messaging:eclipseSettings
:spring-messaging:eclipseWstComponent
:spring-messaging:eclipse
:spring-orm:eclipseClasspath
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.5/javax.persistence-2.0.5.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.core/2.4.2/org.eclipse.persistence.core-2.4.2.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa/2.4.2/org.eclipse.persistence.jpa-2.4.2.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/3.6.10.Final/hibernate-core-3.6.10.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-parent/3.6.10.Final/hibernate-parent-3.6.10.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/3.6.10.Final/hibernate-entitymanager-3.6.10.Final.pom
Download https://repo.spring.io/libs-release/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.pom
Download https://repo.spring.io/libs-release/org/apache/openjpa/openjpa-parent/2.4.1/openjpa-parent-2.4.1.pom
Download https://repo.spring.io/libs-release/javax/jdo/jdo-api/3.1/jdo-api-3.1.pom
Download https://repo.spring.io/libs-release/org/apache/jdo/parent-pom/3.1/parent-pom-3.1.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.asm/2.4.2/org.eclipse.persistence.asm-2.4.2.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.antlr/2.4.2/org.eclipse.persistence.antlr-2.4.2.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.4.2/org.eclipse.persistence.jpa.jpql-2.4.2.pom
Download https://repo.spring.io/libs-release/antlr/antlr/2.7.6/antlr-2.7.6.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Download https://repo.spring.io/libs-release/cglib/cglib/2.2/cglib-2.2.pom
Download https://repo.spring.io/libs-release/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.pom
Download https://repo.spring.io/libs-release/net/sourceforge/serp/serp/1.15.1/serp-1.15.1.pom
Download https://repo.spring.io/libs-release/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17.pom
Download https://repo.spring.io/libs-release/org/apache/xbean/xbean/3.17/xbean-3.17.pom
Download https://repo.spring.io/libs-release/org/apache/geronimo/genesis/genesis-java5-flava/2.1/genesis-java5-flava-2.1.pom
Download https://repo.spring.io/libs-release/org/apache/geronimo/genesis/genesis-default-flava/2.1/genesis-default-flava-2.1.pom
Download https://repo.spring.io/libs-release/org/apache/geronimo/genesis/genesis/2.1/genesis-2.1.pom
Download https://repo.spring.io/libs-release/javax/transaction/jta/1.1/jta-1.1.pom
Download https://repo.spring.io/libs-release/asm/asm/3.1/asm-3.1.pom
Download https://repo.spring.io/libs-release/asm/asm-parent/3.1/asm-parent-3.1.pom
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.5/javax.persistence-2.0.5.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.core/2.4.2/org.eclipse.persistence.core-2.4.2.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa/2.4.2/org.eclipse.persistence.jpa-2.4.2.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/3.6.10.Final/hibernate-core-3.6.10.Final.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/3.6.10.Final/hibernate-entitymanager-3.6.10.Final.jar
Download https://repo.spring.io/libs-release/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar
Download https://repo.spring.io/libs-release/javax/jdo/jdo-api/3.1/jdo-api-3.1.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.asm/2.4.2/org.eclipse.persistence.asm-2.4.2.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.antlr/2.4.2/org.eclipse.persistence.antlr-2.4.2.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.4.2/org.eclipse.persistence.jpa.jpql-2.4.2.jar
Download https://repo.spring.io/libs-release/antlr/antlr/2.7.6/antlr-2.7.6.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar
Download https://repo.spring.io/libs-release/cglib/cglib/2.2/cglib-2.2.jar
Download https://repo.spring.io/libs-release/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA.jar
Download https://repo.spring.io/libs-release/net/sourceforge/serp/serp/1.15.1/serp-1.15.1.jar
Download https://repo.spring.io/libs-release/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17.jar
Download https://repo.spring.io/libs-release/javax/transaction/jta/1.1/jta-1.1.jar
Download https://repo.spring.io/libs-release/asm/asm/3.1/asm-3.1.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/javax.persistence/2.0.5/javax.persistence-2.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.core/2.4.2/org.eclipse.persistence.core-2.4.2-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa/2.4.2/org.eclipse.persistence.jpa-2.4.2-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/3.6.10.Final/hibernate-core-3.6.10.Final-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/3.6.10.Final/hibernate-entitymanager-3.6.10.Final-sources.jar
Download https://repo.spring.io/libs-release/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1-sources.jar
Download https://repo.spring.io/libs-release/javax/jdo/jdo-api/3.1/jdo-api-3.1-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.asm/2.4.2/org.eclipse.persistence.asm-2.4.2-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.antlr/2.4.2/org.eclipse.persistence.antlr-2.4.2-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.4.2/org.eclipse.persistence.jpa.jpql-2.4.2-sources.jar
Download https://repo.spring.io/libs-release/antlr/antlr/2.7.6/antlr-2.7.6-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final-sources.jar
Download https://repo.spring.io/libs-release/cglib/cglib/2.2/cglib-2.2-sources.jar
Download https://repo.spring.io/libs-release/javassist/javassist/3.12.0.GA/javassist-3.12.0.GA-sources.jar
Download https://repo.spring.io/libs-release/net/sourceforge/serp/serp/1.15.1/serp-1.15.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17-sources.jar
Download https://repo.spring.io/libs-release/javax/transaction/jta/1.1/jta-1.1-sources.jar
Download https://repo.spring.io/libs-release/asm/asm/3.1/asm-3.1-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
:spring-orm:eclipseJdtPrepare
:spring-orm:eclipseJdt
:spring-orm:eclipseProject
:spring-orm:eclipseSettings
:spring-orm:eclipseWstComponent
:spring-orm:eclipse
:spring-orm-hibernate4:eclipseClasspath
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator-parent/5.2.4.Final/hibernate-validator-parent-5.2.4.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/arquillian/arquillian-bom/1.1.9.Final/arquillian-bom-1.1.9.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.2/shrinkwrap-bom-1.2.2.pom
Download https://repo.spring.io/libs-release/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.1.1/shrinkwrap-resolver-bom-2.1.1.pom
Download https://repo.spring.io/libs-release/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-7/shrinkwrap-descriptors-bom-2.0.0-alpha-7.pom
Download https://repo.spring.io/libs-release/org/glassfish/web/javax.el/2.2.6/javax.el-2.2.6.pom
Download https://repo.spring.io/libs-release/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar
Download https://repo.spring.io/libs-release/org/glassfish/web/javax.el/2.2.6/javax.el-2.2.6.jar
Download https://repo.spring.io/libs-release/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final-sources.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/web/javax.el/2.2.6/javax.el-2.2.6-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/classmate/1.1.0/classmate-1.1.0-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final-sources.jar
:spring-orm-hibernate4:eclipseJdtPrepare
:spring-orm-hibernate4:eclipseJdt
:spring-orm-hibernate4:eclipseProject
:spring-orm-hibernate4:eclipseSettings
:spring-orm-hibernate4:eclipseWstComponent
:spring-orm-hibernate4:eclipse
:spring-orm-hibernate5:eclipseClasspath
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/5.2.0.Final/hibernate-core-5.2.0.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.pom
Download https://repo.spring.io/libs-release/javax/enterprise/cdi-api/1.1-PFD/cdi-api-1.1-PFD.pom
Download https://repo.spring.io/libs-release/org/jboss/weld/weld-parent/21/weld-parent-21.pom
Download https://repo.spring.io/libs-release/javax/el/el-api/2.2/el-api-2.2.pom
Download https://repo.spring.io/libs-release/org/glassfish/web/el/2.2/el-2.2.pom
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.pom
Download https://repo.spring.io/libs-release/org/jboss/spec/jboss-specs-parent/1.0.0.Beta1/jboss-specs-parent-1.0.0.Beta1.pom
Download https://repo.spring.io/libs-release/org/jboss/jboss-parent/5-beta-5/jboss-parent-5-beta-5.pom
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/5.2.0.Final/hibernate-core-5.2.0.Final.jar
Download https://repo.spring.io/libs-release/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar
Download https://repo.spring.io/libs-release/javax/enterprise/cdi-api/1.1-PFD/cdi-api-1.1-PFD.jar
Download https://repo.spring.io/libs-release/javax/el/el-api/2.2/el-api-2.2.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar
Download https://repo.spring.io/libs-release/org/hibernate/hibernate-core/5.2.0.Final/hibernate-core-5.2.0.Final-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final-sources.jar
Download https://repo.spring.io/libs-release/javax/enterprise/cdi-api/1.1-PFD/cdi-api-1.1-PFD-sources.jar
Download https://repo.spring.io/libs-release/javax/el/el-api/2.2/el-api-2.2-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.1_spec/1.0.0.Beta1/jboss-interceptors-api_1.1_spec-1.0.0.Beta1-sources.jar
Download https://repo.spring.io/libs-release/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar
:spring-orm-hibernate5:eclipseJdtPrepare
:spring-orm-hibernate5:eclipseJdt
:spring-orm-hibernate5:eclipseProject
:spring-orm-hibernate5:eclipseSettings
:spring-orm-hibernate5:eclipseWstComponent
:spring-orm-hibernate5:eclipse
:spring-oxm:eclipseClasspath
Download https://repo.spring.io/libs-release/org/jibx/jibx-run/1.2.6/jibx-run-1.2.6.pom
Download https://repo.spring.io/libs-release/org/jibx/config/main-reactor/1.2.6/main-reactor-1.2.6.pom
Download https://repo.spring.io/libs-release/org/jibx/config/core-reactor/1.2.6/core-reactor-1.2.6.pom
Download https://repo.spring.io/libs-release/org/jibx/config/jibx-parent/7.0.3/jibx-parent-7.0.3.pom
Download https://repo.spring.io/libs-release/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom
Download https://repo.spring.io/libs-release/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.pom
Download https://repo.spring.io/libs-release/org/jibx/jibx-run/1.2.6/jibx-run-1.2.6.jar
Download https://repo.spring.io/libs-release/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar
Download https://repo.spring.io/libs-release/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.jar
Download https://repo.spring.io/libs-release/org/jibx/jibx-run/1.2.6/jibx-run-1.2.6-sources.jar
Download https://repo.spring.io/libs-release/xpp3/xpp3/1.1.4c/xpp3-1.1.4c-sources.jar
Download https://repo.spring.io/libs-release/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7-sources.jar
Download https://repo.spring.io/libs-release/joda-time/joda-time/2.2/joda-time-2.2-sources.jar
:spring-oxm:eclipseJdtPrepare
:spring-oxm:eclipseJdt
:spring-oxm:eclipseProject
:spring-oxm:eclipseSettings
:spring-oxm:eclipseWstComponent
:spring-oxm:eclipse
:spring-test:eclipseClasspath
Download https://repo.spring.io/libs-release/org/testng/testng/6.9.10/testng-6.9.10.pom
Download https://repo.spring.io/libs-release/javax/servlet/jsp/javax.servlet.jsp-api/2.2.1/javax.servlet.jsp-api-2.2.1.pom
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-jstlel/1.2.1/taglibs-standard-jstlel-1.2.1.pom
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard/1.2.1/taglibs-standard-1.2.1.pom
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit/2.21/htmlunit-2.21.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-parent/2.53.0/selenium-parent-2.53.0.pom
Download https://repo.spring.io/libs-release/org/skyscreamer/jsonassert/1.3.0/jsonassert-1.3.0.pom
Download https://repo.spring.io/libs-release/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.pom
Download https://repo.spring.io/libs-release/com/rometools/rome/1.6.0/rome-1.6.0.pom
Download https://repo.spring.io/libs-release/com/rometools/rome-parent/1.6.0/rome-parent-1.6.0.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/3.0.5/tiles-api-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-parent/3.0.5/tiles-parent-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/3.0.5/tiles-core-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/3.0.5/tiles-servlet-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
Download https://repo.spring.io/libs-release/org/ehcache/ehcache/3.0.2/ehcache-3.0.2.pom
Download https://repo.spring.io/libs-release/org/terracotta/management-model/2.0.0/management-model-2.0.0.pom
Download https://repo.spring.io/libs-release/org/terracotta/terracotta-management/2.0.0/terracotta-management-2.0.0.pom
Download https://repo.spring.io/libs-release/com/beust/jcommander/1.48/jcommander-1.48.pom
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-impl/1.2.1/taglibs-standard-impl-1.2.1.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/neko-htmlunit/2.21/neko-htmlunit-2.21.pom
Download https://repo.spring.io/libs-release/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-parent/9.2.15.v20160210/websocket-parent-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-project/9.2.15.v20160210/jetty-project-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-parent/23/jetty-parent-23.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.pom
Download https://repo.spring.io/libs-release/org/json/json/20090211/json-20090211.pom
Download https://repo.spring.io/libs-release/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.pom
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-parent/1.7.16/slf4j-parent-1.7.16.pom
Download https://repo.spring.io/libs-release/com/rometools/rome-utils/1.6.0/rome-utils-1.6.0.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-api/1.0.6/tiles-request-api-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request/1.0.6/tiles-request-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet/1.0.6/tiles-request-servlet-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.pom
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
Download https://repo.spring.io/libs-release/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.pom
Download https://repo.spring.io/libs-release/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom
Download https://repo.spring.io/libs-release/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom
Download https://repo.spring.io/libs-release/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.pom
Download https://repo.spring.io/libs-release/org/w3c/css/sac/1.3/sac-1.3.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.2.15.v20160210/jetty-util-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.2.15.v20160210/jetty-io-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.pom
Download https://repo.spring.io/libs-release/org/testng/testng/6.9.10/testng-6.9.10.jar
Download https://repo.spring.io/libs-release/javax/servlet/jsp/javax.servlet.jsp-api/2.2.1/javax.servlet.jsp-api-2.2.1.jar
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-jstlel/1.2.1/taglibs-standard-jstlel-1.2.1.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit/2.21/htmlunit-2.21.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.jar
Download https://repo.spring.io/libs-release/org/skyscreamer/jsonassert/1.3.0/jsonassert-1.3.0.jar
Download https://repo.spring.io/libs-release/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar
Download https://repo.spring.io/libs-release/com/rometools/rome/1.6.0/rome-1.6.0.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/3.0.5/tiles-api-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/3.0.5/tiles-core-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/3.0.5/tiles-servlet-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Download https://repo.spring.io/libs-release/org/ehcache/ehcache/3.0.2/ehcache-3.0.2.jar
Download https://repo.spring.io/libs-release/org/terracotta/management-model/2.0.0/management-model-2.0.0.jar
Download https://repo.spring.io/libs-release/com/beust/jcommander/1.48/jcommander-1.48.jar
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-impl/1.2.1/taglibs-standard-impl-1.2.1.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/neko-htmlunit/2.21/neko-htmlunit-2.21.jar
Download https://repo.spring.io/libs-release/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.jar
Download https://repo.spring.io/libs-release/commons-io/commons-io/2.4/commons-io-2.4.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.jar
Download https://repo.spring.io/libs-release/org/json/json/20090211/json-20090211.jar
Download https://repo.spring.io/libs-release/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar
Download https://repo.spring.io/libs-release/com/rometools/rome-utils/1.6.0/rome-utils-1.6.0.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-api/1.0.6/tiles-request-api-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet/1.0.6/tiles-request-servlet-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.jar
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Download https://repo.spring.io/libs-release/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.jar
Download https://repo.spring.io/libs-release/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar
Download https://repo.spring.io/libs-release/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.jar
Download https://repo.spring.io/libs-release/org/w3c/css/sac/1.3/sac-1.3.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.2.15.v20160210/jetty-util-9.2.15.v20160210.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.2.15.v20160210/jetty-io-9.2.15.v20160210.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.jar
Download https://repo.spring.io/libs-release/org/testng/testng/6.9.10/testng-6.9.10-sources.jar
Download https://repo.spring.io/libs-release/javax/servlet/jsp/javax.servlet.jsp-api/2.2.1/javax.servlet.jsp-api-2.2.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-jstlel/1.2.1/taglibs-standard-jstlel-1.2.1-sources.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit/2.21/htmlunit-2.21-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20-sources.jar
Download https://repo.spring.io/libs-release/org/skyscreamer/jsonassert/1.3.0/jsonassert-1.3.0-sources.jar
Download https://repo.spring.io/libs-release/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0-sources.jar
Download https://repo.spring.io/libs-release/com/rometools/rome/1.6.0/rome-1.6.0-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/3.0.5/tiles-api-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/3.0.5/tiles-core-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/3.0.5/tiles-servlet-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/ehcache/ehcache/3.0.2/ehcache-3.0.2-sources.jar
Download https://repo.spring.io/libs-release/org/terracotta/management-model/2.0.0/management-model-2.0.0-sources.jar
Download https://repo.spring.io/libs-release/com/beust/jcommander/1.48/jcommander-1.48-sources.jar
Download https://repo.spring.io/libs-release/org/apache/taglibs/taglibs-standard-impl/1.2.1/taglibs-standard-impl-1.2.1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17-sources.jar
Download https://repo.spring.io/libs-release/net/sourceforge/htmlunit/neko-htmlunit/2.21/neko-htmlunit-2.21-sources.jar
Download https://repo.spring.io/libs-release/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18-sources.jar
Download https://repo.spring.io/libs-release/commons-io/commons-io/2.4/commons-io-2.4-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/net/minidev/json-smart/2.2.1/json-smart-2.2.1-sources.jar
Download https://repo.spring.io/libs-release/com/rometools/rome-utils/1.6.0/rome-utils-1.6.0-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-api/1.0.6/tiles-request-api-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet/1.0.6/tiles-request-servlet-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar
Download https://repo.spring.io/libs-release/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar
Download https://repo.spring.io/libs-release/io/netty/netty/3.5.7.Final/netty-3.5.7.Final-sources.jar
Download https://repo.spring.io/libs-release/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar
Download https://repo.spring.io/libs-release/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3-sources.jar
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.3.1/gson-2.3.1-sources.jar
Download https://repo.spring.io/libs-release/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0-sources.jar
Download https://repo.spring.io/libs-release/org/w3c/css/sac/1.3/sac-1.3-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-util/9.2.15.v20160210/jetty-util-9.2.15.v20160210-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-io/9.2.15.v20160210/jetty-io-9.2.15.v20160210-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210-sources.jar
Download https://repo.spring.io/libs-release/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar
:spring-test:eclipseJdtPrepare
:spring-test:eclipseJdt
:spring-test:eclipseProject
:spring-test:eclipseSettings
:spring-test:eclipseWstComponent
:spring-test:eclipse
:spring-tx:eclipseClasspath
:spring-tx:eclipseJdtPrepare
:spring-tx:eclipseJdt
:spring-tx:eclipseProject
:spring-tx:eclipseSettings
:spring-tx:eclipseWstComponent
:spring-tx:eclipse
:spring-web:eclipseClasspath
Download https://repo.spring.io/libs-release/com/caucho/hessian/4.0.38/hessian-4.0.38.pom
Download https://repo.spring.io/libs-release/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.pom
Download https://repo.spring.io/libs-release/org/apache/commons/commons-parent/40/commons-parent-40.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpasyncclient/4.1.1/httpasyncclient-4.1.1.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.1/httpcomponents-asyncclient-4.1.1.pom
Download https://repo.spring.io/libs-release/com/squareup/okhttp/okhttp/2.7.5/okhttp-2.7.5.pom
Download https://repo.spring.io/libs-release/com/squareup/okhttp/parent/2.7.5/parent-2.7.5.pom
Download https://repo.spring.io/libs-release/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1.pom
Download https://repo.spring.io/libs-release/com/squareup/okhttp3/parent/3.3.1/parent-3.3.1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.8.0.rc1/jackson-dataformat-xml-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom
Download https://repo.spring.io/libs-release/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom
Download https://repo.spring.io/libs-release/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.8.0.rc1/jackson-datatype-joda-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.0.rc1/jackson-datatype-jdk8-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-kotlin/2.8.0.rc1/jackson-module-kotlin-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom
Download https://repo.spring.io/libs-release/com/squareup/okio/okio/1.6.0/okio-1.6.0.pom
Download https://repo.spring.io/libs-release/com/squareup/okio/okio-parent/1.6.0/okio-parent-1.6.0.pom
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.0.rc1/jackson-module-jaxb-annotations-2.8.0.rc1.pom
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-reflect/1.0.2/kotlin-reflect-1.0.2.pom
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-project/1.0.2/kotlin-project-1.0.2.pom
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/kotlin-stdlib-1.0.2.pom
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-runtime/1.0.2/kotlin-runtime-1.0.2.pom
Download https://repo.spring.io/libs-release/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom
Download https://repo.spring.io/libs-release/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom
Download https://repo.spring.io/libs-release/com/caucho/hessian/4.0.38/hessian-4.0.38.jar
Download https://repo.spring.io/libs-release/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpasyncclient/4.1.1/httpasyncclient-4.1.1.jar
Download https://repo.spring.io/libs-release/com/squareup/okhttp/okhttp/2.7.5/okhttp-2.7.5.jar
Download https://repo.spring.io/libs-release/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.8.0.rc1/jackson-dataformat-xml-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.6.2/gson-2.6.2.jar
Download https://repo.spring.io/libs-release/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.8.0.rc1/jackson-datatype-joda-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.0.rc1/jackson-datatype-jdk8-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-kotlin/2.8.0.rc1/jackson-module-kotlin-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.0.rc1/jackson-module-jaxb-annotations-2.8.0.rc1.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-reflect/1.0.2/kotlin-reflect-1.0.2.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/kotlin-stdlib-1.0.2.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-runtime/1.0.2/kotlin-runtime-1.0.2.jar
Download https://repo.spring.io/libs-release/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar
Download https://repo.spring.io/libs-release/com/caucho/hessian/4.0.38/hessian-4.0.38-sources.jar
Download https://repo.spring.io/libs-release/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpasyncclient/4.1.1/httpasyncclient-4.1.1-sources.jar
Download https://repo.spring.io/libs-release/com/squareup/okhttp/okhttp/2.7.5/okhttp-2.7.5-sources.jar
Download https://repo.spring.io/libs-release/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.8.0.rc1/jackson-dataformat-xml-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/com/google/code/gson/gson/2.6.2/gson-2.6.2-sources.jar
Download https://repo.spring.io/libs-release/com/google/protobuf/protobuf-java/2.6.1/protobuf-java-2.6.1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.8.0.rc1/jackson-datatype-joda-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.0.rc1/jackson-datatype-jdk8-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-kotlin/2.8.0.rc1/jackson-module-kotlin-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar
Download https://repo.spring.io/libs-release/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4-sources.jar
Download https://repo.spring.io/libs-release/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.0.rc1/jackson-module-jaxb-annotations-2.8.0.rc1-sources.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-reflect/1.0.2/kotlin-reflect-1.0.2-sources.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/kotlin-stdlib-1.0.2-sources.jar
Download https://repo.spring.io/libs-release/org/jetbrains/kotlin/kotlin-runtime/1.0.2/kotlin-runtime-1.0.2-sources.jar
Download https://repo.spring.io/libs-release/com/squareup/okio/okio/1.8.0/okio-1.8.0-sources.jar
:spring-web:eclipseJdtPrepare
:spring-web:eclipseJdt
:spring-web:eclipseProject
:spring-web:eclipseSettings
:spring-web:eclipseWstComponent
:spring-web:eclipse
:spring-webmvc:eclipseClasspath
Download https://repo.spring.io/libs-release/net/sourceforge/jexcelapi/jxl/2.6.12/jxl-2.6.12.pom
Download https://repo.spring.io/libs-release/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/3.0.5/tiles-jsp-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/3.0.5/tiles-el-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/3.0.5/tiles-extras-3.0.5.pom
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator/0.30/webjars-locator-0.30.pom
Download https://repo.spring.io/libs-release/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom
Download https://repo.spring.io/libs-release/commons-io/commons-io/1.3/commons-io-1.3.pom
Download https://repo.spring.io/libs-release/org/python/jython-standalone/2.5.3/jython-standalone-2.5.3.pom
Download https://repo.spring.io/libs-release/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.pom
Download https://repo.spring.io/libs-release/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/3.0.5/tiles-template-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-jsp/1.0.6/tiles-request-jsp-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet-wildcard/1.0.6/tiles-request-servlet-wildcard-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-mustache/1.0.6/tiles-request-mustache-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/3.0.5/tiles-freemarker-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/3.0.5/tiles-velocity-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/3.0.5/tiles-mvel-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/3.0.5/tiles-ognl-3.0.5.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/3.0.5/tiles-compat-3.0.5.pom
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator-core/0.30/webjars-locator-core-0.30.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-autotag-core-runtime/1.1.0/tiles-autotag-core-runtime-1.1.0.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-autotag/1.1.0/tiles-autotag-1.1.0.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-master/4/tiles-master-4.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-freemarker/1.0.6/tiles-request-freemarker-1.0.6.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-velocity/1.0.6/tiles-request-velocity-1.0.6.pom
Download https://repo.spring.io/libs-release/net/sourceforge/jexcelapi/jxl/2.6.12/jxl-2.6.12.jar
Download https://repo.spring.io/libs-release/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.jar
Download https://repo.spring.io/libs-release/velocity-tools/velocity-tools-view/1.4/velocity-tools-view-1.4.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/3.0.5/tiles-jsp-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/3.0.5/tiles-el-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/3.0.5/tiles-extras-3.0.5.jar
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator/0.30/webjars-locator-0.30.jar
Download https://repo.spring.io/libs-release/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar
Download https://repo.spring.io/libs-release/org/python/jython-standalone/2.5.3/jython-standalone-2.5.3.jar
Download https://repo.spring.io/libs-release/log4j/log4j/1.2.14/log4j-1.2.14.jar
Download https://repo.spring.io/libs-release/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.jar
Download https://repo.spring.io/libs-release/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/3.0.5/tiles-template-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-jsp/1.0.6/tiles-request-jsp-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet-wildcard/1.0.6/tiles-request-servlet-wildcard-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-mustache/1.0.6/tiles-request-mustache-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/3.0.5/tiles-freemarker-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/3.0.5/tiles-velocity-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/3.0.5/tiles-mvel-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/3.0.5/tiles-ognl-3.0.5.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/3.0.5/tiles-compat-3.0.5.jar
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator-core/0.30/webjars-locator-core-0.30.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-autotag-core-runtime/1.1.0/tiles-autotag-core-runtime-1.1.0.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-freemarker/1.0.6/tiles-request-freemarker-1.0.6.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-velocity/1.0.6/tiles-request-velocity-1.0.6.jar
Download https://repo.spring.io/libs-release/net/sourceforge/jexcelapi/jxl/2.6.12/jxl-2.6.12-sources.jar
Download https://repo.spring.io/libs-release/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/3.0.5/tiles-jsp-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/3.0.5/tiles-el-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/3.0.5/tiles-extras-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator/0.30/webjars-locator-0.30-sources.jar
Download https://repo.spring.io/libs-release/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1-sources.jar
Download https://repo.spring.io/libs-release/org/python/jython-standalone/2.5.3/jython-standalone-2.5.3-sources.jar
Download https://repo.spring.io/libs-release/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar
Download https://repo.spring.io/libs-release/com/github/virtuald/curvesapi/1.03/curvesapi-1.03-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/3.0.5/tiles-template-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-jsp/1.0.6/tiles-request-jsp-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-servlet-wildcard/1.0.6/tiles-request-servlet-wildcard-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-mustache/1.0.6/tiles-request-mustache-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/3.0.5/tiles-freemarker-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/3.0.5/tiles-velocity-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/3.0.5/tiles-mvel-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/3.0.5/tiles-ognl-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/3.0.5/tiles-compat-3.0.5-sources.jar
Download https://repo.spring.io/libs-release/org/webjars/webjars-locator-core/0.30/webjars-locator-core-0.30-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-autotag-core-runtime/1.1.0/tiles-autotag-core-runtime-1.1.0-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-freemarker/1.0.6/tiles-request-freemarker-1.0.6-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-request-velocity/1.0.6/tiles-request-velocity-1.0.6-sources.jar
:spring-webmvc:eclipseJdtPrepare
:spring-webmvc:eclipseJdt
:spring-webmvc:eclipseProject
:spring-webmvc:eclipseSettings
:spring-webmvc:eclipseWstComponent
:spring-webmvc:eclipse
:spring-webmvc-portlet:eclipseClasspath
:spring-webmvc-portlet:eclipseJdtPrepare
:spring-webmvc-portlet:eclipseJdt
:spring-webmvc-portlet:eclipseProject
:spring-webmvc-portlet:eclipseSettings
:spring-webmvc-portlet:eclipseWstComponent
:spring-webmvc-portlet:eclipse
:spring-webmvc-tiles2:eclipseClasspath
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/2.2.2/tiles-api-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-parent/2.2.2/tiles-parent-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-master/3/tiles-master-3.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/2.2.2/tiles-core-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/2.2.2/tiles-servlet-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/2.2.2/tiles-jsp-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/2.2.2/tiles-el-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/2.2.2/tiles-extras-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/2.2.2/tiles-template-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet-wildcard/2.2.2/tiles-servlet-wildcard-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/2.2.2/tiles-freemarker-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/2.2.2/tiles-velocity-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/2.2.2/tiles-mvel-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/2.2.2/tiles-ognl-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/2.2.2/tiles-compat-2.2.2.pom
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/2.2.2/tiles-api-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/2.2.2/tiles-core-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/2.2.2/tiles-servlet-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/2.2.2/tiles-jsp-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/2.2.2/tiles-el-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/2.2.2/tiles-extras-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/2.2.2/tiles-template-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet-wildcard/2.2.2/tiles-servlet-wildcard-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/2.2.2/tiles-freemarker-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/2.2.2/tiles-velocity-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/2.2.2/tiles-mvel-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/2.2.2/tiles-ognl-2.2.2.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/2.2.2/tiles-compat-2.2.2.jar
Download https://repo.spring.io/libs-release/org/freemarker/freemarker/2.3.15/freemarker-2.3.15.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-api/2.2.2/tiles-api-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-core/2.2.2/tiles-core-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet/2.2.2/tiles-servlet-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-jsp/2.2.2/tiles-jsp-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-el/2.2.2/tiles-el-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-extras/2.2.2/tiles-extras-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-template/2.2.2/tiles-template-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-servlet-wildcard/2.2.2/tiles-servlet-wildcard-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-freemarker/2.2.2/tiles-freemarker-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-velocity/2.2.2/tiles-velocity-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-mvel/2.2.2/tiles-mvel-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-ognl/2.2.2/tiles-ognl-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tiles/tiles-compat/2.2.2/tiles-compat-2.2.2-sources.jar
Download https://repo.spring.io/libs-release/org/freemarker/freemarker/2.3.15/freemarker-2.3.15-sources.jar
:spring-webmvc-tiles2:eclipseJdtPrepare
:spring-webmvc-tiles2:eclipseJdt
:spring-webmvc-tiles2:eclipseProject
:spring-webmvc-tiles2:eclipseSettings
:spring-webmvc-tiles2:eclipseWstComponent
:spring-webmvc-tiles2:eclipse
:spring-websocket:eclipseClasspath
Download https://repo.spring.io/libs-release/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom
Download https://repo.spring.io/libs-release/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-websocket/8.5.2/tomcat-websocket-8.5.2.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-spi/1.3.5/tyrus-spi-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-project/1.3.5/tyrus-project-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-core/1.3.5/tyrus-core-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-server/1.3.5/tyrus-server-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-servlet/1.3.5/tyrus-container-servlet-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-containers-project/1.3.5/tyrus-containers-project-1.3.5.pom
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-client/9.3.9.v20160517/jetty-client-9.3.9.v20160517.pom
Download https://repo.spring.io/libs-release/io/undertow/undertow-core/1.4.0.CR1/undertow-core-1.4.0.CR1.pom
Download https://repo.spring.io/libs-release/io/undertow/undertow-parent/1.4.0.CR1/undertow-parent-1.4.0.CR1.pom
Download https://repo.spring.io/libs-release/io/undertow/undertow-servlet/1.4.0.CR1/undertow-servlet-1.4.0.CR1.pom
Download https://repo.spring.io/libs-release/io/undertow/undertow-websockets-jsr/1.4.0.CR1/undertow-websockets-jsr-1.4.0.CR1.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-juli/8.5.2/tomcat-juli-8.5.2.pom
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-util/8.5.2/tomcat-util-8.5.2.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-client/1.3.5/tyrus-client-1.3.5.pom
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-grizzly-client/1.3.5/tyrus-container-grizzly-client-1.3.5.pom
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-api/3.3.6.Final/xnio-api-3.3.6.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-all/3.3.6.Final/xnio-all-3.3.6.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-nio/3.3.6.Final/xnio-nio-3.3.6.Final.pom
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-framework/2.3.7/grizzly-framework-2.3.7.pom
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-project/2.3.7/grizzly-project-2.3.7.pom
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-bom/2.3.7/grizzly-bom-2.3.7.pom
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http-server/2.3.7/grizzly-http-server-2.3.7.pom
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.pom
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.pom
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http/2.3.7/grizzly-http-2.3.7.pom
Download https://repo.spring.io/libs-release/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-websocket/8.5.2/tomcat-websocket-8.5.2.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-spi/1.3.5/tyrus-spi-1.3.5.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-core/1.3.5/tyrus-core-1.3.5.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-server/1.3.5/tyrus-server-1.3.5.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-servlet/1.3.5/tyrus-container-servlet-1.3.5.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-client/9.3.9.v20160517/jetty-client-9.3.9.v20160517.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-core/1.4.0.CR1/undertow-core-1.4.0.CR1.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-servlet/1.4.0.CR1/undertow-servlet-1.4.0.CR1.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-websockets-jsr/1.4.0.CR1/undertow-websockets-jsr-1.4.0.CR1.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-juli/8.5.2/tomcat-juli-8.5.2.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-util/8.5.2/tomcat-util-8.5.2.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-client/1.3.5/tyrus-client-1.3.5.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-grizzly-client/1.3.5/tyrus-container-grizzly-client-1.3.5.jar
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-api/3.3.6.Final/xnio-api-3.3.6.Final.jar
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-nio/3.3.6.Final/xnio-nio-3.3.6.Final.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-framework/2.3.7/grizzly-framework-2.3.7.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http-server/2.3.7/grizzly-http-server-2.3.7.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http/2.3.7/grizzly-http-2.3.7.jar
Download https://repo.spring.io/libs-release/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-websocket/8.5.2/tomcat-websocket-8.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-spi/1.3.5/tyrus-spi-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-core/1.3.5/tyrus-core-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-server/1.3.5/tyrus-server-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-servlet/1.3.5/tyrus-container-servlet-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/eclipse/jetty/jetty-client/9.3.9.v20160517/jetty-client-9.3.9.v20160517-sources.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-core/1.4.0.CR1/undertow-core-1.4.0.CR1-sources.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-servlet/1.4.0.CR1/undertow-servlet-1.4.0.CR1-sources.jar
Download https://repo.spring.io/libs-release/io/undertow/undertow-websockets-jsr/1.4.0.CR1/undertow-websockets-jsr-1.4.0.CR1-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-juli/8.5.2/tomcat-juli-8.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/apache/tomcat/tomcat-util/8.5.2/tomcat-util-8.5.2-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-client/1.3.5/tyrus-client-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/tyrus/tyrus-container-grizzly-client/1.3.5/tyrus-container-grizzly-client-1.3.5-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-api/3.3.6.Final/xnio-api-3.3.6.Final-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/xnio/xnio-nio/3.3.6.Final/xnio-nio-3.3.6.Final-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-framework/2.3.7/grizzly-framework-2.3.7-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http-server/2.3.7/grizzly-http-server-2.3.7-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final-sources.jar
Download https://repo.spring.io/libs-release/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final-sources.jar
Download https://repo.spring.io/libs-release/org/glassfish/grizzly/grizzly-http/2.3.7/grizzly-http-2.3.7-sources.jar
:spring-websocket:eclipseJdtPrepare
:spring-websocket:eclipseJdt
:spring-websocket:eclipseProject
:spring-websocket:eclipseSettings
:spring-websocket:eclipseWstComponent
:spring-websocket:eclipse

BUILD SUCCESSFUL

Total time: 29 mins 52.135 secs
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值