Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nothub/mvnc

A cli client and Go library for Apache Maven HTTP repositories.
https://github.com/nothub/mvnc

maven

Last synced: about 22 hours ago
JSON representation

A cli client and Go library for Apache Maven HTTP repositories.

Awesome Lists containing this project

README

        

# mvnc

[![go ref](https://pkg.go.dev/badge/github.com/nothub/mvnc.svg)](https://pkg.go.dev/github.com/nothub/mvnc)

A cli client and Go library for [Apache Maven](https://maven.apache.org/) HTTP repositories.

### Install

On most linux distros, to install the amd64 binary, run:

```sh
curl -fsSLo /tmp/mvnc https://github.com/nothub/mvnc/releases/latest/download/mvnc_linux_amd64
sudo install --mode 0755 --target /usr/local/bin /tmp/mvnc
```