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
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.
0 commit comments