s

sonar-rest-client

A Sonarqube REST APIs client
https://github.com/nfalco79/sonar-rest-client
Nikolas Falco
Files download
File Operation
sonar-rest-client-1.0.0.jar download
sonar-rest-client-1.0.0.pom download
sonar-rest-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>sonar-rest-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:sonar-rest-client:1.0.0'
Gradle Kotlin
implementation("com.github.nfalco79:sonar-rest-client:1.0.0")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "sonar-rest-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='sonar-rest-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="sonar-rest-client" rev="1.0.0" />
Leiningen
[com.github.nfalco79/sonar-rest-client "1.0.0"]
Apache Buildr
'com.github.nfalco79:sonar-rest-client:jar:1.0.0'