is not current version
Last Version 1.1.0

com.marvelution.sonar:sonar-rest-client 1.0.0

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.marvelution.sonar
ArtifactId

ArtifactId

sonar-rest-client
Version

Version

1.0.0
Type

Type

jar

Download sonar-rest-client 1.0.0


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