License |
License |
---|---|
GroupId | GroupIdorg.sonarsource.sonarqube |
ArtifactId | ArtifactIdsonar-web |
Last Version | Last Version7.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSonarQube :: Web
Open source platform for continuous inspection of code quality
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sonar-web-7.0.pom | |
sonar-web-7.0.war | 3 MB |
sonar-web-7.0-sources.jar | 3 KB |
sonar-web-7.0-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>7.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation 'org.sonarsource.sonarqube:sonar-web:7.0'
// https://jarcasting.com/artifacts/org.sonarsource.sonarqube/sonar-web/
implementation ("org.sonarsource.sonarqube:sonar-web:7.0")
'org.sonarsource.sonarqube:sonar-web:war:7.0'
<dependency org="org.sonarsource.sonarqube" name="sonar-web" rev="7.0">
<artifact name="sonar-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.sonarqube', module='sonar-web', version='7.0')
)
libraryDependencies += "org.sonarsource.sonarqube" % "sonar-web" % "7.0"
[org.sonarsource.sonarqube/sonar-web "7.0"]