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

https://github.com/junkdog/local-artificer

Downloads jars and installs them into the local maven repository.
https://github.com/junkdog/local-artificer

Last synced: 6 months ago
JSON representation

Downloads jars and installs them into the local maven repository.

Awesome Lists containing this project

README

          

## About
I got tired of manually installing dependencies not found in maven repositories. This downloads the zips/jars
from the interwebs and installs them into the local repository.

## Usage

```
mvn -P install
```
See main [pom](https://github.com/junkdog/local-artificer/blob/master/pom.xml) for available profiles.