| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2861a42 commit fc5daf8
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,8 +2,8 @@ | |||
| 2 | 2 | root = true | |
| 3 | 3 | ||
| 4 | 4 | [*] | |
| 5 | - indent_style = space | ||
| 6 | - indent_size = 4 | ||
| 5 | + indent_style = tab | ||
| 6 | + indent_size = 1 | ||
| 7 | 7 | end_of_line = lf | |
| 8 | 8 | charset = utf-8 | |
| 9 | 9 | trim_trailing_whitespace = true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | - # Unirest for Java [![Build Status][travis-image]][travis-url] [![version][maven-version]][maven-url] | ||
| 1 | + # Unirest for Java [![Build Status][travis-image]][travis-url] | ||
| 2 | 2 | ||
| 3 | 3 | [![License][license-image]][license-url] | |
| 4 | - [![Dependencies][versioneye-image]][versioneye-url] | ||
| 4 | + [![version][maven-version]][maven-url] | ||
| 5 | 5 | [![Gitter][gitter-image]][gitter-url] | |
| 6 | 6 | ||
| 7 | 7 | Unirest is a set of lightweight HTTP libraries available in [multiple languages](http://unirest.io). | |
@@ -64,7 +64,7 @@ There are dependencies for Unirest-Java, these should be already installed, and | |||
| 64 | 64 | <dependency> | |
| 65 | 65 | <groupId>org.json</groupId> | |
| 66 | 66 | <artifactId>json</artifactId> | |
| 67 | - <version>20141113</version> | ||
| 67 | + <version>20140107</version> | ||
| 68 | 68 | </dependency> | |
| 69 | 69 | ``` | |
| 70 | 70 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,7 +118,7 @@ | |||
| 118 | 118 | <dependency> | |
| 119 | 119 | <groupId>org.json</groupId> | |
| 120 | 120 | <artifactId>json</artifactId> | |
| 121 | - <version>20141113</version> | ||
| 121 | + <version>20140107</version> | ||
| 122 | 122 | </dependency> | |
| 123 | 123 | <dependency> | |
| 124 | 124 | <groupId>junit</groupId> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments