Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/artfultom/wex-api-lib
- Owner: artfultom
- License: mit
- Created: 2017-11-07T10:01:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T19:35:02.000Z (over 6 years ago)
- Last Synced: 2023-07-26T21:55:16.827Z (over 1 year ago)
- Topics: api, bitcoin, btc, btc-e, java, library, wexnz
- Language: Java
- Homepage: https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22wexapi%22
- Size: 188 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
```