33[ ![ Build Status] ( https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_apis/build/status/hkarthik7.azure-devops-java-sdk?branchName=main )] ( https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_build/latest?definitionId=8&branchName=main )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/LICENSE )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/azure-devops-java-sdk-docs/badge/?version=latest )] ( https://azure-devops-java-sdk-docs.readthedocs.io/en/latest/?badge=latest )
6- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg )] ( https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.8 /jar )
6+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg )] ( https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.9 /jar )
77
88** azd** library helps to manage ** Azure DevOps** REST API with ease. This provides functionality to the significant services
99in ** Azure DevOps** and manage in granular level.
@@ -26,15 +26,15 @@ To download the library and use it in your project, just add below in your pom.x
2626<dependency >
2727 <groupId >io.github.hkarthik7</groupId >
2828 <artifactId >azd</artifactId >
29- <version >5.0.8 </version >
29+ <version >5.0.9 </version >
3030</dependency >
3131```
3232** Java docs**
3333``` xml
3434<dependency >
3535 <groupId >io.github.hkarthik7</groupId >
3636 <artifactId >azd</artifactId >
37- <version >5.0.8 </version >
37+ <version >5.0.9 </version >
3838 <classifier >javadoc</classifier >
3939</dependency >
4040```
@@ -44,7 +44,7 @@ To download the library and use it in your project, just add below in your pom.x
4444<dependency >
4545 <groupId >io.github.hkarthik7</groupId >
4646 <artifactId >azd</artifactId >
47- <version >5.0.8 </version >
47+ <version >5.0.9 </version >
4848 <classifier >sources</classifier >
4949</dependency >
5050```
0 commit comments