From d555bf2828051d96817d2b0058a69efd436d4f09 Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 6 Jun 2024 16:11:17 +0530 Subject: [PATCH] chore: added Maven badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fbd8e7..1104a83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![SendGrid Logo](twilio_sendgrid_logo.png) [![BuildStatus](https://github.com/sendgrid/smtpapi-java/actions/workflows/test-and-deploy.yml/badge.svg)](https://github.com/sendgrid/smtpapi-java/actions/workflows/test-and-deploy.yml) +[![Maven Central](https://img.shields.io/maven-central/v/com.sendgrid/smtpapi-java.svg)](http://mvnrepository.com/artifact/com.sendgrid/smtpapi-java) [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/smtpapi-java.svg)](https://github.com/sendgrid/smtpapi-java/graphs/contributors) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)