Skip to content

Commit

Permalink
Indicate Maven badge to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Mar 4, 2024
1 parent 0ec5d6b commit d6e63a3
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 d6e63a3

Please sign in to comment.