1. install git-scm
> http://www.git-scm.com/
2. install jdk1.8 +
3. make temp-build directory
4. open 'Git Bash' at temp directory
----------------------------
$ export JAVA_HOME=/C/dev/jdk18
$ export PATH=$JAVA_HOME/bin:$PATH
$ git clone git://github.com/SpringSource/spring-framework.git
$ cd spring-framework
$ ./gradlew install
$ git checkout v3.2.6.RELEASE
$ ./gradlew depsZip
> build/distributions/spring-framework-${VERSION}-dist-with-deps.zip
> If 'java.util.Arrays' error occurs, try with JDK1.7 (step 2.)
----------------------------
- https://github.com/spring-projects/spring-framework/wiki/Building-a-distribution-with-dependencies