MavenJava - Browse fully cross-references java source code from Maven repository just like in your IDE
MavenJava web site aims to provide IDE like view to java source code on
all open source projects in central Maven repository. Currently we are in the process of parsing the whole repository.
However we parse the most popular projects first so you should be able to find your favourite open source projects.
Please use one of the options below to quickly navigate to open source project you are looking for.
Main features:
We have implemented full java 1.5 compliant parser and each field/method/class usage is a link to its declaration.
On mouse over of any field/method/class we will highlight all usages and declaration.
Outline tree view on java source files, where you can easily navigate to required method/field/inner class
Possibility to browse sources across projects using maven dependencies. For example if you are browsing spring sources
and spring is using commons-collections all usage of commons classes will be proper links to correct version of commons-collections sources.
We render javadoc comments to html to maximise readability of java sources.
Why don't have a look on an example? Have a look for example on source of java.lang.String in sun's jdk 6.0.
Find a class:
Simple enter class name in this field and select the class you would like to see from the presented options:
Find Maven Artifact:
Simple enter start of Maven artifact name in this field and select the one you would like to see from the presented options:
Generic search:
Search our website using google:
Browse the repository:
Just use the tree on the left to browse our repository.
Contact:
Please feel free to contact us with any suggestions at info@mavenjava.com.
Please note this is a beta version.