is not current version
Last Version 3.0.1

maven:maven-checkstyle-plugin 1.0


Categories

Categories

Maven Build Tools Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-checkstyle-plugin
Version

Version

1.0
Type

Type

jar

Download maven-checkstyle-plugin 1.0


<!-- https://jarcasting.com/artifacts/maven/maven-checkstyle-plugin/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-checkstyle-plugin</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-checkstyle-plugin/
implementation 'maven:maven-checkstyle-plugin:1.0'
// https://jarcasting.com/artifacts/maven/maven-checkstyle-plugin/
implementation ("maven:maven-checkstyle-plugin:1.0")
'maven:maven-checkstyle-plugin:jar:1.0'
<dependency org="maven" name="maven-checkstyle-plugin" rev="1.0">
  <artifact name="maven-checkstyle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-checkstyle-plugin', version='1.0')
)
libraryDependencies += "maven" % "maven-checkstyle-plugin" % "1.0"
[maven/maven-checkstyle-plugin "1.0"]