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
- Host: GitHub
- URL: https://github.com/projectunified/mavenrepo
- Owner: ProjectUnified
- Created: 2024-09-13T17:57:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T10:11:11.000Z (over 1 year ago)
- Last Synced: 2025-03-04T11:25:07.209Z (over 1 year ago)
- Homepage: https://projectunified.github.io/MavenRepo/
- Size: 2.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven Repo
```
mvn install:install-file \
-Dmaven.repo.local= \
-Dfile= \
-DgroupId= \
-DartifactId= \
-Dversion= \
-Dpackaging=jar \
-DgeneratePom=true
```