Skip to content

mvn

Java-based project management

Package Information

  • Domain: maven.apache.org
  • Name: mvn
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install mvn

Programs

This package provides the following executable programs:

  • mvn
  • mvnDebug
  • mvnyjp

Available Versions

Show all 12 versions
  • 3.9.11, 3.9.10, 3.9.9, 3.9.8, 3.9.7
  • 3.9.6, 3.9.5, 3.9.4, 3.9.3, 3.8.9
  • 3.8.7, 3.6.3

Latest Version: 3.9.11

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +maven.apache.org@3.9.11 -- $SHELL -i

Dependencies

This package depends on:

  • openjdk.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.mvn

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.