xiaoymin / maven-badges

Badge for Maven Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badges for Maven projects

Dependency Status

Badges! These tiny pictures with label and some numbers, you see them in many GitHub readmes. We all love them, yeah? Travis, Coveralls, Code Climate, Gemnasium, Gem, PyPi, npm… However, most of them are not usable for Java/Groovy guys and that’s quite sad, isn’t it?

Well, I put together shields.io, Heroku and some Ruby code to generate a shiny badge that shows an artifact’s version available in Maven Central.

Usage

https://maven-badges.herokuapp.com/maven-central/{group_id}/{artifact_id}/badge.(svg|png)?style={style}

For example:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.rsql/rsql-parser/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.rsql/rsql-parser)

Maven Central

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.rsql/rsql-parser/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.rsql/rsql-parser)

Maven Central

License

This project is licensed under MIT license.

About

Badge for Maven Central

License:MIT License


Languages

Language:Ruby 100.0%