License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdsonar-rest-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonarqube Client
A Sonarqube REST APIs client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sonar-rest-client-1.0.0.pom | |
sonar-rest-client-1.0.0.jar | 20 KB |
sonar-rest-client-1.0.0-sources.jar | 16 KB |
sonar-rest-client-1.0.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/sonar-rest-client/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>sonar-rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/sonar-rest-client/
implementation 'com.github.nfalco79:sonar-rest-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.nfalco79/sonar-rest-client/
implementation ("com.github.nfalco79:sonar-rest-client:1.0.0")
'com.github.nfalco79:sonar-rest-client:jar:1.0.0'
<dependency org="com.github.nfalco79" name="sonar-rest-client" rev="1.0.0">
<artifact name="sonar-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='sonar-rest-client', version='1.0.0')
)
libraryDependencies += "com.github.nfalco79" % "sonar-rest-client" % "1.0.0"
[com.github.nfalco79/sonar-rest-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.3 |
com.damnhandy : handy-uri-templates | jar | 2.1.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.3.1 |
org.assertj : assertj-core | jar | 3.22.0 |