Skip to content

Commit

Permalink
maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
perwendel committed Jun 29, 2013
1 parent 458806a commit 505b20f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Spark - a Sinatra inspired web framework
==============================================

NEWS: Spark is now available on Maven central!!! :

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

Examples can also be viewed on: http://code.google.com/p/spark-java/

Getting started
Expand Down

0 comments on commit 505b20f

Please sign in to comment.