Java


Overview

JFrog Fly supports the Maven repository format for Java and JVM-based projects. Both Maven and Gradle can publish and consume from the same JFrog Fly registry.

JFrog Fly Registry Path: <your-fly-subdomain>.jfrog.io/artifactory/maven

Public Registry (Proxied): https://repo1.maven.org/maven2 (Maven Central)


Choose Your Package Manager

  • Maven - Apache Maven build and dependency management
  • Gradle - Gradle build system

Registry Format

Both package managers use the standard Maven repository layout. Your artifacts are stored in the same registry regardless of which package manager you use for publishing.

When you publish with Maven, Gradle users can consume your artifacts, and vice versa.


Back to Package Managers →