Online Maven download tool
How to download dependencies from Maven repository?
1. Go to Maven XML search2. Search the jar file you want!
3. Click show Maven XML!
4. Copy the Maven XML to the clipboard. Example for a needed Maven XML:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.6.RELEASE</version>
</dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.6.RELEASE</version>
</dependency>
5. Paste XML to the textarea on this site and click on submit
On this site you can download all the jar files incl. their dependencies which are available in the maven repository. For doing this look this video or follow the steps which are mentioned above. On the end you will get a zip file which includes all the needed Java libraries.
Click here for more information about Maven.