Download sonar-rest-client-1.1.0.jar file - Jar s

Jar examples for s:sonar-rest-client

Description

Utility library for integrating with Sonar over the REST API of Sonar

You can download jar file sonar-rest-client 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sonar-rest-client-1.1.0.jar to your project.

<dependency>
   <groupId>com.marvelution.sonar</groupId>
   <artifactId>sonar-rest-client</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.marvelution.sonar', name: 'sonar-rest-client', version: '1.1.0'
libraryDependencies += "com.marvelution.sonar" % "sonar-rest-client" % "1.1.0"
<dependency org="com.marvelution.sonar" name="sonar-rest-client" rev="1.1.0"/>
@Grapes(@Grab(group='com.marvelution.sonar', module='sonar-rest-client', version='1.1.0'))
'com.marvelution.sonar:sonar-rest-client:jar:1.1.0'

Download

Click the following link to download the jar file.

sonar-rest-client-1.1.0-javadoc.jar
sonar-rest-client-1.1.0-sources.jar
sonar-rest-client-1.1.0-tests.jar
sonar-rest-client-1.1.0.jar
sonar-rest-client-1.1.0.pom



Related Tutorials