Skip to content

Commit

Permalink
Merge pull request kstyrc#41 from kstyrc/adjust_readme_for_mvn_central
Browse files Browse the repository at this point in the history
Adjusted readme for Maven Central.
  • Loading branch information
kstyrc committed Apr 12, 2015
2 parents 03a8047 + 575fcc4 commit fc1f95d
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 fc1f95d

Please sign in to comment.