Shields4j
¶
Lightweight java HTTP-client for the shields.io service.
If you need to get Shields4j versions that are not uploaded to maven central, add the Sonatype repository to your pom.xml
<repositories>
<repository>
<id>SonatypeNexus</id>
<url>https://oss.sonatype.org/content/groups/staging/</url>
</repository>
</repositories>