grzegorzbalcerek / gmvn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gmvn

build

go build

use

$ ./gmvn
A tool for working with maven dependencies

Usage:
  gmvn [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  jars        jars command

Flags:
  -h, --help          help for gmvn
  -r, --recursive     recursive flag (default true)
      --repo string   repository url (default "https://repo1.maven.org/maven2")

Use "gmvn [command] --help" for more information about a command.

About

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%