Skip to content

Commit

Permalink
Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Nov 23, 2015
1 parent dc3a971 commit 9a309cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![](https://img.shields.io/travis/perwendel/spark.svg)
![](https://img.shields.io/github/license/perwendel/spark.svg)
![](https://img.shields.io/maven-central/v/com.sparkjava/spark-core.svg)

Spark - a Sinatra inspired web framework
==============================================

Expand All @@ -6,11 +10,11 @@ For more detailed documentation please go to: http://sparkjava.com/documentation
NEWS: Spark 2.3 is now available on Maven central!

```xml
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.3</version>
</dependency>
```

For questions about using Spark, post on our Google Group: https://groups.google.com/d/forum/sparkjava
Expand Down

0 comments on commit 9a309cc

Please sign in to comment.