Maven JAR Downloader — Download Java JARs from Maven Central

Free online Maven JAR download tool. Search and download Java libraries from Maven Central instantly. Type a Group ID or Artifact ID (e.g., org.apache.commons / commons-io then pick a version to download JAR files.

You can also search by keyword to explore new libraries. Results are fetched directly from Maven Central, and every artifact page provides ready-to-copy build snippets for Maven, Gradle, and SBT.

Use the latest stable version whenever possible for better compatibility and security.

About Maven JAR Download Tool

This free online Maven JAR download tool helps developers quickly search and download Java library files from Maven Central Repository. Whether you need to download JAR files online for offline builds, get Maven dependency code, or explore Java libraries, our tool provides instant access to millions of artifacts.

Fast & Free

Download Maven JARs instantly without any registration. Our Maven JAR download tool is 100% free with no limits.

Dependency Code

Get ready-to-use Maven, Gradle (Groovy & Kotlin), and SBT dependency snippets. Perfect for Maven dependency download workflows.

Smart Search

Search by Group ID, Artifact ID, or keywords to find the exact Java JAR files you need from Maven Central.

Direct Downloads

Download JAR files directly from Maven Central Repository. Works great for offline Maven builds and CI/CD pipelines.

Popular queries

Try: com.google.guava, org.slf4j, ch.qos.logback, org.apache.logging.log4j, org.springframework.boot, software.amazon.awssdk.s3, com.fasterxml.jackson.core, org.junit.jupiter, org.apache.httpcomponents.client5, com.squareup.okhttp3

Advertisement
How to use this tool
1) Search

Type a Group ID or Artifact ID. Examples: com.google.guava, guava, org.apache.commons, commons-lang3, software.amazon.awssdk.s3
Pro: use precise query like g:"org.apache.commons" AND a:"commons-io"

2) Open the artifact

Click an item in the results to see all available versions and details.
One entry = one library (artifact).

3) Pick a version & download

Choose a version to copy Maven/Gradle/SBT snippets and download the JAR.
Latest stable is usually the safest choice.


Tip: Faster search

Short keywords work (e.g., s3), but precise queries return cleaner results.

Tip: Offline builds

Download the JAR and place it in your internal repo/libs when CI has no internet.

Tip: Verify

Optionally compare checksums (.sha1/.sha256) from Maven Central.


What are Group ID, Artifact ID, and Version?
  • Group ID is like a Java package for your organization (e.g., org.apache.commons).
  • Artifact ID is the library/module name (e.g., commons-io).
  • Version is the release number (e.g., 2.15.1).
Offline/air-gapped environments

Download the JAR here and put it into your internal repository or libs folder when Maven/Gradle cannot access the internet.

About Maven Central & Direct JAR Download

Maven Central is the official global repository for open-source Java and JVM libraries, managed by Sonatype. It hosts millions of artifacts that developers use every day through Maven, Gradle, or other build tools.

This page lets you search artifacts, browse versions, download JARs directly, and copy dependency snippets instantly — all without needing a local Maven setup.

Direct JAR download is useful when you need a standalone library for manual integration, offline builds, or debugging without full dependency management.

For best results, always choose the latest stable release unless your project depends on a specific version. Reading release notes and changelogs can help avoid breaking changes.

Explore more developer tools and utilities at dee4u Tools — a growing hub of free, fast, and practical web tools for modern developers.

Advertisement

Learn & Connect

Advertisement