Skip to content

Commit

Permalink
Added missing mvn repo config in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 2, 2015
1 parent b3f357e commit 5da952a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ embedded-redis

Redis embedded server for Java integration testing

Maven dependency
==============

Currently embedded-redis is available in clojars repository:
```
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
```

Dependency configuration:
```
<dependency>
<groupId>redis.embedded</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.3</version>
</dependency>
```

Usage
==============

Expand Down

0 comments on commit 5da952a

Please sign in to comment.