Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get spring's javadoc in one jar/zip file

Tags:

spring

javadoc

Actually, I want to integrate spring javadoc with my netbeans IDE. Spring website only provides an HTML version javadoc online, no download link. But Netbeans only accept a jar/zip file or a local folder.

I know I can build it myself from spring source, but would rather not go through the work.

like image 874
ShadowDancer Avatar asked Mar 11 '10 06:03

ShadowDancer


1 Answers

You can download from this location http://repo.spring.io/libs-release/org/springframework/spring/

like image 165
Rohitdev Avatar answered Sep 20 '22 12:09

Rohitdev