Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Kozlov committed Mar 18, 2016
1 parent 00f3c26 commit 4207da2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Grab via Maven
<dependency>
<groupId>com.github.techery.janet</groupId>
<artifactId>janet</artifactId>
<version>0.0.15</version>
<version>0.0.16</version>
</dependency>
```
or Gradle:
Expand All @@ -168,26 +168,26 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.techery.janet:janet:0.0.15'
compile 'com.github.techery.janet:janet:0.0.16'
}
```

List of additional artifacts:
```groovy
compile 'com.github.techery.janet:http-service:0.0.15'
apt 'com.github.techery.janet:http-service-compiler:0.0.15'
compile 'com.github.techery.janet:okhttp:0.0.15'
compile 'com.github.techery.janet:okhttp3:0.0.15'
compile 'com.github.techery.janet:android-apache-client:0.0.15'
compile 'com.github.techery.janet:url-connection:0.0.15'
compile 'com.github.techery.janet:async-service:0.0.15'
apt 'com.github.techery.janet:async-service-compiler:0.0.15'
compile 'com.github.techery.janet:nkzawa-socket.io:0.0.15'
compile 'com.github.techery.janet:socket.io:0.0.15'
compile 'com.github.techery.janet:gson:0.0.15'
compile 'com.github.techery.janet:protobuf:0.0.15'
compile 'com.github.techery.janet:command-service:0.0.15'
compile 'com.github.techery.janet:http-service:0.0.16'
apt 'com.github.techery.janet:http-service-compiler:0.0.16'
compile 'com.github.techery.janet:okhttp:0.0.16'
compile 'com.github.techery.janet:okhttp3:0.0.16'
compile 'com.github.techery.janet:android-apache-client:0.0.16'
compile 'com.github.techery.janet:url-connection:0.0.16'
compile 'com.github.techery.janet:async-service:0.0.16'
apt 'com.github.techery.janet:async-service-compiler:0.0.16'
compile 'com.github.techery.janet:nkzawa-socket.io:0.0.16'
compile 'com.github.techery.janet:socket.io:0.0.16'
compile 'com.github.techery.janet:gson:0.0.16'
compile 'com.github.techery.janet:protobuf:0.0.16'
compile 'com.github.techery.janet:command-service:0.0.16'
```

0 comments on commit 4207da2

Please sign in to comment.