# Java Mirror (Maven registry, Gradle) in Iran

Canonical: https://mirror.rasanegaar.com/guides/en/maven.html
Language: en

Java mirror and Maven registry for Gradle, Maven and JVM dependencies from Iran — mirror.rasanegaar.com/maven/

Java mirror (Maven registry, Gradle) — For Java builds in Iran, Rasanegaar Mirror keeps the Maven archive close to your Gradle and Maven hosts.

## About

Maven Central feeds dependencies for most JVM projects. A single CI build can pull hundreds of artifacts.
A local registry serves the same group/artifact coordinates from inside Iran.

## Mirror in Iran

The Maven registry at `mirror.rasanegaar.com/maven` is available for Maven and Gradle clients.
Landing page: `/repos/maven/`.

Browse URL: https://mirror.rasanegaar.com/maven/

## Configuration

1. Point repositories in `settings.xml` or `build.gradle` at Rasanegaar:
   ```
   https://mirror.rasanegaar.com/maven/
   ```
2. Resolve a test dependency.

## Updates

Java builds in Iran stay steadier against the local registry when Central is slow.

## Related

Registry landing: https://mirror.rasanegaar.com/repos/maven/en/
Guide HTML: https://mirror.rasanegaar.com/guides/en/maven.html
