is not current version
Last Version 1.0.1

com.f2prateek.checkstyle:checkstyle 1.0.0

Sets up Checkstyle for Gradle-based Android projects.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.f2prateek.checkstyle
ArtifactId

ArtifactId

checkstyle
Version

Version

1.0.0
Type

Type

jar

Download checkstyle 1.0.0


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