Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/mvn-utils
Java library to help working with maven repositories
https://github.com/jmini/mvn-utils
maven
Last synced: 13 days ago
JSON representation
Java library to help working with maven repositories
- Host: GitHub
- URL: https://github.com/jmini/mvn-utils
- Owner: jmini
- License: epl-2.0
- Created: 2022-07-14T15:05:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:52:01.000Z (15 days ago)
- Last Synced: 2024-10-25T00:00:19.329Z (14 days ago)
- Topics: maven
- Language: Java
- Homepage: https://jmini.github.io/mvn-utils/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: mvn-utils
:project-name: MvnUtils
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Jeremie BressonJava library to help working with maven repositories.
//end::header[]image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
== Project Homepage
Visit the link:{homepage}[project home page] to know more this project.
//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]