I think there is none so far, as your research showed. git already adapted it but maven did not I think we can safely assume if both the official documentation and winget queries do not lead to a result that there is no formula yet.

Answer from Xanlantos on Stack Overflow
🌐
Apache Maven
maven.apache.org › guides › getting-started › windows-prerequisites.html
Maven on Windows – Maven
Maven is a command-line tool for building Java (and other) programs. The Maven project provides a simple ZIP file containing a precompiled version of Maven for your convenience. There is no installer.
🌐
GitHub
github.com › microsoft › winget-pkgs › issues › 65391
[Package Request]: Apache Maven · Issue #65391 · microsoft/winget-pkgs
July 7, 2022 - Package Version: 3.8.6 Installer URL: https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip
Author   microsoft
🌐
Apache Maven
maven.apache.org › install.html
Installation - Apache Maven
2 days ago - Apache Maven can be installed by most package managers, or manually by downloading the archive and adding it to your path.
🌐
GitHub
github.com › apache › maven-mvnd › issues › 892
Feature request: install with winget · Issue #892 · apache/maven-mvnd
October 17, 2023 - As a Java developer on windows I would like to be able to install maven-mvnd using winget.
Author   apache
🌐
StackTips
stacktips.com › courses › maven-for-beginners › installing-and-configuring-maven
Getting Started with Maven - Beginner's Guide | StackTips
July 28, 2025 - There are several choices for installing Java on Windows OS; we can install using the graphical PKG and MSI installers, or through package managers WinGet, Homebrew, apt, and yum. Referee the official refer the official Installation guide. https://learn.microsoft.com/en-us/java/openjdk/install · To ensure that Java is installed correctly, open a Command Prompt or PowerShell window and enter the following command. ... This section will drive you thought the steps to install and configure Maven on Windows Operating System.
🌐
Medium
medium.com › @gauravshah97 › how-to-install-maven-on-windows-39ff317e40cf
How to Install Maven on Windows. Maven is a popular open-source build… | by Gaurav Shah | Medium
April 13, 2024 - Maven is a popular open-source build tool developed by The Apache Sofware Foundation to build, publish, and deploy several projects simultaneously for better project management. The tool allows developers to build and document the lifecycle framework. ... Before installing Maven, ensure you have Java installed and ready to use in your machine with the JAVA_HOME environment variable set up.
🌐
Perficient Blogs
blogs.perficient.com › 2024 › 07 › 23 › aem local development with openjdk 11 and maven 3.9.x
AEM Local Development With OpenJDK 11 and Maven 3.9.x / Blogs / Perficient
July 23, 2024 - Download and install OpenJDK 11 with Winget: https://winget.run/pkg/ojdkbuild/openjdk.11.jdk · Installing Maven 3.9 requires a few additional steps.
Find elsewhere
🌐
Microsoft
winget.run › pkg › tantowi › maven
Download and install Apache Maven with winget
winget install -e --id tantowi.maven · Maven is a build automation tool used primarily for Java projects, but can also be used for other languages. mavenjavaapachenetbeans · Apache License, Version 2.0 ·
🌐
Winstall
winstall.app › apps › Japplis.M2RepoCleaner
Install M2 Repo Cleaner with WinGet | winstall
Install M2 Repo Cleaner via WinGet. Copy the winget install command instantly. Remove old dependencies and snapshot from your Maven local repository.
🌐
Baeldung
baeldung.com › home › maven › how to install maven on windows, linux, and mac
How to Install Maven on Windows, Linux, and Mac | Baeldung
May 11, 2024 - The Maven package always comes with the latest Apache Maven. We run the command sudo apt-get install maven to install the latest Maven:
🌐
Winget GUI
wingetgui.com › apps › tantowi-maven
tantowi.maven 3.6.3 - wingetgui.com
Maven is a build automation tool used primarily for Java projects, but can also be used for other languages.
🌐
PhoenixNAP
phoenixnap.com › home › kb › sysadmin › how to install maven on windows
How to Install Maven on Windows {Step-by-Step Guide}
July 31, 2025 - Apache Maven is a project management tool that makes it easy to develop Java applications. Learn how to install Maven on Windows.
🌐
Jreleaser
jreleaser.org › guide › latest › reference › packagers › winget.html
Winget :: JReleaser
# Valid values are [`INSTALL`, `UNINSTALL_PREVIOUS`]. # Defaults to `INSTALL`. # installer.upgradeBehavior = "INSTALL" # Command or alias to run the package. # Defaults to `{{distributionExecutable}}`. # installer.command = "app" # [packagers.winget.installer.dependencies] # List of Windows feature dependencies.
🌐
YouTube
youtube.com › watch
How to install Maven in Windows 11 (Updated 2025) - YouTube
In this video, learn how to install Maven on Windows 11. Follow the below steps:Step 1: Download and Install JavaStep 2: Set the Java bin path and JAVA_HOMES...
Published   May 13, 2025
🌐
Aem
aem.design › blog › 2022 › 05 › 22 › setup-your-windows-devbox-like-a-pro💻🔩🔧
Setup Your Windows Devbox Like a Pro 💻🔩🔧 - AEM.Design
February 25, 2025 - winget install -e --id Microsoft.PowerShell winget install -e --id Microsoft.WindowsTerminal winget install -e --id Microsoft.VisualStudioCode winget install -e --id JetBrains.IntelliJIDEA.Community winget install -e --id Microsoft.Git winget install -e --id Oracle.JavaRuntimeEnvironment winget install -e --id ojdkbuild.openjdk.11.jdk winget install -e --id Oracle.JDK.17 winget install -e --id SublimeHQ.SublimeText.4 winget install -e --id Python.Python.3.10 winget install -e --id CoreyButler.NVMforWindow --source winget winget install -e --id GnuPG.Gpg4win winget install -e --id Docker.DockerDesktop curl https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -o apache-maven-3.9.9-bin.zip unzip apache-maven-3.9.9-bin.zip -d c:\apps\apache\ Once you have these tools set up, you should be able to contribute to most code projects.
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › java
Get started with Java on Windows | Microsoft Learn
March 27, 2026 - winget install EclipseAdoptium.Temurin.21.JDK · Verify the installation: java -version · Unlike on macOS (where /usr/libexec/java_home handles this), on Windows you need to set JAVA_HOME manually. Many tools — Maven, Gradle, Android Studio — require it.
🌐
DEV Community
dev.to › yofreor › how-to-install-maven-apache-maven-on-windows-11-33e8
How to install Maven (Apache Maven) on Windows 11? - DEV Community
May 24, 2025 - Download the Apache Maven binary distribution file in the ‘Files’ section, preferably the .zip (Go...