GroupId | GroupIdorg.sonarsource.sonarqube |
---|---|
ArtifactId | ArtifactIdsonar-web |
Version | Version5.6.7 |
Type | Typewar |
Filename | Size |
---|---|
sonar-web-5.6.7.pom | |
sonar-web-5.6.7.war | 3 MB |
sonar-web-5.6.7-sources.jar | 3 KB |
sonar-web-5.6.7-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/ -->
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-web</artifactId>
<version>5.6.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation 'org.sonarsource.sonarqube:sonar-web:5.6.7'
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation ("org.sonarsource.sonarqube:sonar-web:5.6.7")
'org.sonarsource.sonarqube:sonar-web:war:5.6.7'
<dependency org="org.sonarsource.sonarqube" name="sonar-web" rev="5.6.7">
<artifact name="sonar-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.sonarqube', module='sonar-web', version='5.6.7')
)
libraryDependencies += "org.sonarsource.sonarqube" % "sonar-web" % "5.6.7"
[org.sonarsource.sonarqube/sonar-web "5.6.7"]