From 98612d2143e6048f2827be090a808a6d02e1781e Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 6 May 2023 22:01:37 +0800 Subject: [PATCH] Add Maven Central badges (#3217) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21d803d3ae4e..61f0b3fe31df 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ consumption in other projects via the following command. ## Dependency Metadata +[![JUnit Jupiter version](https://img.shields.io/maven-central/v/org.junit.jupiter/junit-jupiter/5..svg?color=25a162&label=Jupiter)](https://central.sonatype.com/search?namespace=org.junit.jupiter) +[![JUnit Vintage version](https://img.shields.io/maven-central/v/org.junit.vintage/junit-vintage-engine/5..svg?color=25a162&label=Vintage)](https://central.sonatype.com/search?namespace=org.junit.vintage) +[![JUnit Platform version](https://img.shields.io/maven-central/v/org.junit.platform/junit-platform-commons/1..svg?color=25a162&label=Platform)](https://central.sonatype.com/search?namespace=org.junit.platform) + Consult the [Dependency Metadata] section of the [User Guide] for a list of all artifacts of the JUnit Platform, JUnit Jupiter, and JUnit Vintage.