Skip to content

Commit d3d4d72

Browse files
committed
Add some useful badges with automatic version detection: Maven and Javadoc
1 parent 092b38b commit d3d4d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Overview
22

3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml/classmate/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml/classmate/)
4+
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/com.fasterxml/classmate/badge.svg)](http://www.javadoc.io/doc/com.fasterxml/classmate)
5+
36
ClassMate is a zero-dependency Java library for accurately introspecting type information, including reliable resolution of generic type declarations for both classes ("types") and members (fields, methods and constructors).
47

58
Project is licensed under [Apache 2](http://www.apache.org/licenses/LICENSE-2.0.txt).

0 commit comments

Comments
 (0)