Skip to content

Commit

Permalink
modifying README
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelito committed Aug 6, 2017
1 parent 2252543 commit bc91a72
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
# bitso-java
[Bitso's](https://bitso.com) official Java wrapper to interact with the [Bitso REST API v2](https://bitso.com/api_info/v2).
*We recommend you migrate to [Bitso's](https://bitso.com) new [Bitso REST API v3](https://bitso.com/api_info).*

## Installation

### Using Maven
*We recommend you migrate to [Bitso's](https://bitso.com) new [Bitso REST API v3](https://bitso.com/api_info).*

Add the following dependency to your project's Maven pom.xml:
You can access our Java REST API v3 Wrapper in [GitHub](https://github.com/bitsoex/bitso-java/).

```xml
<dependency>
<groupId>com.bitso</groupId>
<artifactId>bitso-java</artifactId>
<version>2.0.3</version>
</dependency>
```
## Maven/Gradle

The library will automatically be pulled from Maven Central.
You can add this library as a dependency to your Maven or Gradle project through [JitPack](https://jitpack.io/#bitsoex/bitso-java).

### JDK Requirements
## JDK Requirements
This library is only supported by OpenJDK 8

## Usage
Expand Down

0 comments on commit bc91a72

Please sign in to comment.