| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.marvelution.sonar |
| ArtifactId | ArtifactIdsonar-rest-client |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionSonar REST Client
Utility library for integrating with Sonar over the REST API of Sonar
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sonar-rest-client-1.1.0.pom | |
| sonar-rest-client-1.1.0.jar | 37 KB |
| sonar-rest-client-1.1.0-tests.jar | 11 KB |
| sonar-rest-client-1.1.0-sources.jar | 37 KB |
| sonar-rest-client-1.1.0-javadoc.jar | 192 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.thoughtworks.xstream : xstream | jar | 1.3.1 |
| xpp3 : xpp3_min | jar | 1.1.4c |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |
| org.mockito : mockito-all | jar | 1.7 |