Sonar REST Client

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.marvelution.sonar
ArtifactId

ArtifactId

sonar-rest-client
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sonar REST Client
Utility library for integrating with Sonar over the REST API of Sonar
Project Organization

Project Organization

Marvelution

Download sonar-rest-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.marvelution.sonar/sonar-rest-client/ -->
<dependency>
    <groupId>com.marvelution.sonar</groupId>
    <artifactId>sonar-rest-client</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.sonar/sonar-rest-client/
implementation 'com.marvelution.sonar:sonar-rest-client:1.1.0'
// https://jarcasting.com/artifacts/com.marvelution.sonar/sonar-rest-client/
implementation ("com.marvelution.sonar:sonar-rest-client:1.1.0")
'com.marvelution.sonar:sonar-rest-client:jar:1.1.0'
<dependency org="com.marvelution.sonar" name="sonar-rest-client" rev="1.1.0">
  <artifact name="sonar-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.sonar', module='sonar-rest-client', version='1.1.0')
)
libraryDependencies += "com.marvelution.sonar" % "sonar-rest-client" % "1.1.0"
[com.marvelution.sonar/sonar-rest-client "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.3.1
xpp3 : xpp3_min jar 1.1.4c

provided (7)

Group / Artifact Type Version
commons-httpclient : commons-httpclient jar 3.0.1
commons-lang : commons-lang jar 2.4
commons-logging : commons-logging jar 1.1.1
javax.servlet : servlet-api jar 2.3
javax.ws.rs : jsr311-api jar 1.0
javax.xml.bind : jaxb-api jar 2.1
log4j : log4j jar 1.2.15

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
org.mockito : mockito-all jar 1.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0