GroupId | GroupIdorg.sonarsource.sonarqube |
---|---|
ArtifactId | ArtifactIdsonar-web |
Version | Version6.7.7 |
Type | Typewar |
Filename | Size |
---|---|
sonar-web-6.7.7.pom | |
sonar-web-6.7.7.war | 5 MB |
sonar-web-6.7.7-sources.jar | 3 KB |
sonar-web-6.7.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>6.7.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation 'org.sonarsource.sonarqube:sonar-web:6.7.7'
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation ("org.sonarsource.sonarqube:sonar-web:6.7.7")
'org.sonarsource.sonarqube:sonar-web:war:6.7.7'
<dependency org="org.sonarsource.sonarqube" name="sonar-web" rev="6.7.7">
<artifact name="sonar-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.sonarqube', module='sonar-web', version='6.7.7')
)
libraryDependencies += "org.sonarsource.sonarqube" % "sonar-web" % "6.7.7"
[org.sonarsource.sonarqube/sonar-web "6.7.7"]