Skip to content

Commit d5c8663

Browse files
Update Readme.md
1 parent bdbbcb5 commit d5c8663

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

README.md

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

1717
## Installation
1818

19-
TODO:
20-
[ ![Download](https://url) ](https://url)
21-
22-
The distribution is hosted on [url](https://url).
23-
To use the client, you can add the x repository to your dependencies.
19+
[Download] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0)
2420

2521
### maven
2622

27-
TODO:
28-
Add x to your repositories in `pom.xml` or `settings.xml`:
29-
30-
```xml
31-
<repositories>
32-
<repository>
33-
<id>x</id>
34-
<url>http://jcenter.bintray.com</url>
35-
</repository>
36-
</repositories>
37-
```
38-
39-
and add the project declaration to your `pom.xml`:
40-
41-
```xml
42-
<dependency>
43-
<groupId>com.coscale.sdk</groupId>
44-
<artifactId>client</artifactId>
45-
<version>1.0.0</version>
46-
</dependency>
47-
```
23+
To use the client add the project declaration to your `pom.xml`:
24+
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 github [here] (https://github.com/CoScale/coscale-sdk-java/releases/tag/1.0.0) and add it manually to your project.
4828

4929
## Resources
5030

0 commit comments

Comments
 (0)