Skip to content

Commit

Permalink
Merge pull request #388 from Goooler/badge
Browse files Browse the repository at this point in the history
Indicate Maven badge to Maven Central
  • Loading branch information
siom79 committed Mar 4, 2024
2 parents 0ec5d6b + d6e63a3 commit 9cc0312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JarArchiveComparator jarArchiveComparator = new JarArchiveComparator(comparatorO
List<JApiClass> jApiClasses = jarArchiveComparator.compare(oldArchives, newArchives);
```
japicmp is available in the Maven Central Repository:
[![mvnrepository](https://img.shields.io/maven-central/v/com.github.siom79.japicmp/japicmp.svg)](https://mvnrepository.com/artifact/com.github.siom79.japicmp/japicmp)
[![maven](https://img.shields.io/maven-central/v/com.github.siom79.japicmp/japicmp.svg)](https://central.sonatype.com/artifact/com.github.siom79.japicmp/japicmp)
``` xml
<dependency>
<groupId>com.github.siom79.japicmp</groupId>
Expand Down

0 comments on commit 9cc0312

Please sign in to comment.