Registry / http-client / sonar-ws-client

sonar-ws-client

JSON →
library5.0.1javamavenunverified

Java client library for interacting with SonarQube's web services.

<dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-ws-client</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SONAR-WS-CLIENT
S
sonar-ws-client
http-clientjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SonarClient
org.sonar.wsclient.SonarClient

Create a SonarQube client.

import org.sonar.wsclient.SonarClient; SonarClient client = SonarClient.builder() .url("http://localhost:9000") .login("admin", "admin") .build();
Debug
Known issues
breakingThis library is deprecated in favor of the new SonarQube API.
fix
Use the official SonarQube web API directly or migrate to the new client.
affects: >=5.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
sonar-ws-client — mvn dependency:get sonar-ws-client · libregistry