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
**azd** library provides a convenient way to manage and interact with **Azure DevOps Services** REST API with ease. This SDK offers a set of APIs and utilities
9
9
with declarative syntax and provide functionalities to the significant services.
@@ -33,7 +33,7 @@ To download the library and use it in your project, just add below in your pom.x
33
33
<dependency>
34
34
<groupId>io.github.hkarthik7</groupId>
35
35
<artifactId>azd</artifactId>
36
-
<version>6.0.2</version>
36
+
<version>6.0.3</version>
37
37
</dependency>
38
38
```
39
39
@@ -43,7 +43,7 @@ To download the library and use it in your project, just add below in your pom.x
43
43
<dependency>
44
44
<groupId>io.github.hkarthik7</groupId>
45
45
<artifactId>azd</artifactId>
46
-
<version>6.0.2</version>
46
+
<version>6.0.3</version>
47
47
<classifier>javadoc</classifier>
48
48
</dependency>
49
49
```
@@ -54,7 +54,7 @@ To download the library and use it in your project, just add below in your pom.x
0 commit comments