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

https://github.com/projectunified/mavenrepo

A Maven Repository for keeping jar files that the original developers don't care to create one
https://github.com/projectunified/mavenrepo

Last synced: 5 months ago
JSON representation

A Maven Repository for keeping jar files that the original developers don't care to create one

Awesome Lists containing this project

README

          

# Maven Repo

```
mvn install:install-file \
-Dmaven.repo.local= \
-Dfile= \
-DgroupId= \
-DartifactId= \
-Dversion= \
-Dpackaging=jar \
-DgeneratePom=true
```