Skip to content

Commit

Permalink
Adjusted readme for Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 12, 2015
1 parent 03a8047 commit 575fcc4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,24 @@ Redis embedded server for Java integration testing
Maven dependency
==============

Currently embedded-redis is available in clojars repository:
Maven Central:
```xml
<dependency>
<groupId>redis.embedded</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.6</version>
</dependency>
```

Previous releases (before 0.6):
```xml
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
```

Dependency configuration:
```xml
...

<dependency>
<groupId>redis.embedded</groupId>
<artifactId>embedded-redis</artifactId>
Expand Down

0 comments on commit 575fcc4

Please sign in to comment.