Pau*_*ley 14
最好的地方似乎来自Eclipse git源代码控制库:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
例如,我从这里下载了版本8.1.8:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tag/?id=jetty-8.1.8.v20121106
我不知道该怎么做git clone
,git.eclipse.org
所以我找到了这个Github镜像:
https://github.com/eclipse/jetty.project
Run Code Online (Sandbox Code Playgroud)
所以只需运行:
$ git clone git@github.com:eclipse/jetty.project.git jetty
Run Code Online (Sandbox Code Playgroud)