s

sonarqube

Open source platform for continuous inspection of code quality
http://www.sonarqube.org/
GNU LGPL 3
SonarSource
Fabrice Bellingard Dinesh Bolkensteyn David Gageot Eric Hartmann Freddy Mallet Evgeny Mandrikov Julien Henry Jean-Baptiste Lievremont Julien Lancelot Olivier Gaudin Simon Brandhof Sebastien Lesaint Stas Vilchik Teryk Bellahsene
Files download
File Operation
sonarqube-5.2-RC2.pom download
Apache Maven
<dependency>
  <groupId>org.sonarsource.sonarqube</groupId>
  <artifactId>sonarqube</artifactId>
  <version>5.2-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.sonarqube:sonarqube:5.2-RC2'
Gradle Kotlin
implementation("org.sonarsource.sonarqube:sonarqube:5.2-RC2")
Scala SBT
libraryDependencies += "org.sonarsource.sonarqube" % "sonarqube" % "5.2-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.sonarqube', module='sonarqube', version='5.2-RC2')
)
Apache Ivy
<dependency org="org.sonarsource.sonarqube" name="sonarqube" rev="5.2-RC2" />
Leiningen
[org.sonarsource.sonarqube/sonarqube "5.2-RC2"]
Apache Buildr
'org.sonarsource.sonarqube:sonarqube:jar:5.2-RC2'
Dependencies
The project has no third-party dependencies