Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artfultom/wex-api-lib

API library for wex.com (btc-e.com / btc-e.nz / wex.nz)
https://github.com/artfultom/wex-api-lib

api bitcoin btc btc-e java library wexnz

Last synced: 7 days ago
JSON representation

API library for wex.com (btc-e.com / btc-e.nz / wex.nz)

Awesome Lists containing this project

README

        

# Documentation

* [English version](https://github.com/artfultom/wex-api-lib/wiki/Documentation)

* [Русская версия](https://github.com/artfultom/wex-api-lib/wiki/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%86%D0%B8%D1%8F)

# Installation

Repository - http://repo1.maven.org/maven2/com/github/artfultom/wexapi/.

### Apache Maven
```

com.github.artfultom
wexapi
2.0.0-RELEASE

```
### Apache Buildr
```
'com.github.artfultom:wexapi:jar:2.0.0-RELEASE'
```
### Apache Ivy
```

```
### Groovy Grape
```
@Grapes(
@Grab(group='com.github.artfultom', module='wexapi', version='2.0.0-RELEASE')
)
```
### Gradle/Grails
```
compile 'com.github.artfultom:wexapi:2.0.0-RELEASE'
```
### Scala SBT
```
libraryDependencies += "com.github.artfultom" % "wexapi" % "2.0.0-RELEASE"
```
### Leiningen
```
[com.github.artfultom/wexapi "2.0.0-RELEASE"]
```