Skip to content

Commit ce025a3

Browse files
authored
Merge pull request #130 from pusher/update_readme_1_4_0
Update readme with the latest version
2 parents 4b3a60a + 2bef00e commit ce025a3

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,23 @@ The compiled library is available in two ways:
4444

4545
### Maven
4646

47-
The pusher-java-client is available in Maven Central, however one of its dependencies is hosted on [Clojars.org](http://clojars.org) so you will need to add it to your repositories list.
47+
The pusher-java-client is available in Maven Central.
4848

4949
```xml
50-
<repositories>
51-
<repository>
52-
<id>clojars.org</id>
53-
<url>http://clojars.org/repo</url>
54-
</repository>
55-
</repositories>
56-
5750
<dependencies>
5851
<dependency>
5952
<groupId>com.pusher</groupId>
6053
<artifactId>pusher-java-client</artifactId>
61-
<version>1.3.0</version>
54+
<version>1.4.0</version>
6255
</dependency>
6356
</dependencies>
6457
```
6558

6659
### Gradle
6760

6861
```groovy
69-
repositories {
70-
maven { url 'http://clojars.org/repo' }
71-
}
72-
7362
dependencies {
74-
compile 'com.pusher:pusher-java-client:1.3.0'
63+
compile 'com.pusher:pusher-java-client:1.4.0'
7564
}
7665
```
7766

0 commit comments

Comments
 (0)