m

maven-checkstyle-plugin

Generates a report on violations of code style and optionally fails the build if violations are detected.
文件下载
文件名 操作
maven-checkstyle-plugin-3.5.0.jar 下载
maven-checkstyle-plugin-3.5.0.pom 下载
maven-checkstyle-plugin-3.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-checkstyle-plugin</artifactId>
  <version>3.5.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugins:maven-checkstyle-plugin:3.5.0'
Gradle Kotlin
implementation("org.apache.maven.plugins:maven-checkstyle-plugin:3.5.0")
Scala SBT
libraryDependencies += "org.apache.maven.plugins" % "maven-checkstyle-plugin" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='3.5.0')
)
Apache Ivy
<dependency org="org.apache.maven.plugins" name="maven-checkstyle-plugin" rev="3.5.0" />
Leiningen
[org.apache.maven.plugins/maven-checkstyle-plugin "3.5.0"]
Apache Buildr
'org.apache.maven.plugins:maven-checkstyle-plugin:jar:3.5.0'
本项目依赖
<parent>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-plugins</artifactId>
  <version>43</version>
</parent>

compile

|-- org.apache.maven.reporting:maven-reporting-api:4.0.0-M12

|-- org.apache.maven.reporting:maven-reporting-impl:4.0.0-M15

|-- org.apache.maven.doxia:doxia-sink-api:2.0.0-M12

|-- org.apache.maven.doxia:doxia-core:2.0.0-M12

|-- org.apache.maven.doxia:doxia-integration-tools:2.0.0-M19

|-- org.codehaus.plexus:plexus-component-annotations:2.2.0

|-- org.codehaus.plexus:plexus-resources:1.3.0

|-- org.codehaus.plexus:plexus-utils

|-- org.codehaus.plexus:plexus-xml

|-- org.codehaus.plexus:plexus-i18n:1.0-beta-10

|-- org.slf4j:slf4j-api:1.7.36

|-- com.puppycrawl.tools:checkstyle:9.3

|-- org.apache.commons:commons-lang3:3.16.0

provided

|-- org.apache.maven:maven-artifact:3.6.3

|-- org.apache.maven:maven-core:3.6.3

|-- org.apache.maven:maven-model:3.6.3

|-- org.apache.maven:maven-plugin-api:3.6.3

|-- org.apache.maven.plugin-tools:maven-plugin-annotations

|-- javax.inject:javax.inject:1

|-- org.eclipse.sisu:org.eclipse.sisu.plexus

test

|-- org.codehaus.plexus:plexus-container-default:2.1.1

|-- junit:junit:4.13.2

|-- org.slf4j:slf4j-simple:1.7.36

|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0

|-- org.apache.maven.resolver:maven-resolver-api:1.4.1

|-- org.apache.maven.resolver:maven-resolver-impl:1.4.1

|-- org.apache.maven.resolver:maven-resolver-connector-basic:1.4.1

|-- org.apache.maven.resolver:maven-resolver-transport-wagon:1.4.1

|-- org.apache.maven.wagon:wagon-http-lightweight:3.5.3

|-- org.apache.maven:maven-compat:3.6.3