We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fe29b commit e8a3107Copy full SHA for e8a3107
README.md
@@ -10,11 +10,23 @@ This is the official library for Java clients of the BlockScore API. [Click here
10
11
### Maven users
12
13
+Add this dependency to your project's POM:
14
+
15
+```xml
16
+<dependency>
17
+ <groupId>com.blockscore</groupId>
18
+ <artifactId>blockscore-java</artifactId>
19
+ <version>4.0.0</version>
20
+</dependency>
21
+```
22
23
### Gradle users
24
-1. Clone this repository
-2. `./gradlew build`
-3. `./gradlew jar` (Builds the standard JAR) or `./gradlew fatJar` (Builds the plug and play jar)
25
+Add this dependency to your project's build file:
26
27
+```groovy
28
+compile "com.blockscore:blockscore-java:4.0.0"
29
30
31
### Others
32
0 commit comments