Skip to content

Commit e8a3107

Browse files
committed
Maven, gradle instructions
1 parent d6fe29b commit e8a3107

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,23 @@ This is the official library for Java clients of the BlockScore API. [Click here
1010

1111
### Maven users
1212

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+
1323
### Gradle users
1424

15-
1. Clone this repository
16-
2. `./gradlew build`
17-
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+
```
1830

1931
### Others
2032

0 commit comments

Comments
 (0)