Skip to content

Commit

Permalink
Prepare 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Malevaniy committed Mar 30, 2016
1 parent 69422b6 commit 3ff6a25
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.17</version>
<version>0.0.18</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.17'
compile 'com.github.techery.janet:janet:0.0.18'
}
```

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

0 comments on commit 3ff6a25

Please sign in to comment.