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