Skip to content

Commit a25e370

Browse files
Update README.md
1 parent 52507e8 commit a25e370

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,19 @@ Java bindings for the [CoScale API](http://docs.coscale.com/)
1616

1717
## Installation
1818

19-
[Download] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0)
19+
You can download the jar binary from [here] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0).
2020

2121
### maven
2222

2323
To use the client add the project declaration to your `pom.xml`:
2424

25-
26-
We are waiting for approval from the central maven repo for our SDK.
27-
In the mean while you can download the jar from [here] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0) and add it manually to your project.
25+
```xml
26+
<dependency>
27+
<groupId>com.coscale.sdk-java</groupId>
28+
<artifactId>coscale-sdk-java</artifactId>
29+
<version>1.0.0</version>
30+
</dependency>
31+
```
2832

2933
## Resources
3034

0 commit comments

Comments
 (0)