Skip to content

Commit 9468d39

Browse files
committed
[doc] Add Maven badge to README.md
1 parent ced84e6 commit 9468d39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Corpus Query Language Parser
22
============================
3-
[![Build Status](https://github.com/exquery/corpusql-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/exquery/corpusql-parser/actions/workflows/ci.yml) [![Java 8+](https://img.shields.io/badge/java-8+-4c7e9f.svg)](http://java.oracle.com) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause)
3+
[![Build Status](https://github.com/exquery/corpusql-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/exquery/corpusql-parser/actions/workflows/ci.yml)
4+
[![Java 8+](https://img.shields.io/badge/java-8+-4c7e9f.svg)](http://java.oracle.com)
5+
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.evolvedbinary.cql/corpusql-parser?logo=apachemaven&label=maven+central&color=green)](https://search.maven.org/search?q=g:com.evolvedbinary.cql)
47

58
This library implements a Corpus Query Language Parser in Java 1.8, using [Antlr v4](http://www.antlr.org/).
69

0 commit comments

Comments
 (0)