You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official library for Ruby clients of the BlockScore API. [Click here to read the full documentation including code examples](http://docs.blockscore.com/v4.0/java/).
4
4
5
-
###Requirements
5
+
## Requirements
6
6
7
7
- Java 1.7+
8
8
9
-
###Installation
9
+
## Installation
10
10
11
-
####Maven users
11
+
### Maven users
12
12
13
-
####Gradle users
13
+
### Gradle users
14
14
15
15
1. Clone this repository
16
16
2.`./gradlew build`
17
17
3.`./gradlew jar` (Builds the standard JAR) or `./gradlew fatJar` (Builds the plug and play jar)
18
18
19
-
####Others
19
+
### Others
20
20
21
21
You can download our JAR files from here: https://github.com/BlockScore/blockscore-java/releases
0 commit comments