c

checkstyle-import

SonarSource Language analyzer
http://www.sonarqube.org/
GNU LGPL 3
SonarSource
SonarSource Team
Files download
File Operation
checkstyle-import-1.15.1.6141.jar download
checkstyle-import-1.15.1.6141.pom download
checkstyle-import-1.15.1.6141-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.slang</groupId>
  <artifactId>checkstyle-import</artifactId>
  <version>1.15.1.6141</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.slang:checkstyle-import:1.15.1.6141'
Gradle Kotlin
implementation("org.sonarsource.slang:checkstyle-import:1.15.1.6141")
Scala SBT
libraryDependencies += "org.sonarsource.slang" % "checkstyle-import" % "1.15.1.6141"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.slang', module='checkstyle-import', version='1.15.1.6141')
)
Apache Ivy
<dependency org="org.sonarsource.slang" name="checkstyle-import" rev="1.15.1.6141" />
Leiningen
[org.sonarsource.slang/checkstyle-import "1.15.1.6141"]
Apache Buildr
'org.sonarsource.slang:checkstyle-import:jar:1.15.1.6141'