| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.f2prateek.checkstyle |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAndroid Checkstyle Plugin
Sets up Checkstyle for Gradle-based Android projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-1.0.1.pom | |
| checkstyle-1.0.1.jar | 8 KB |
| checkstyle-1.0.1-sources.jar | 1 KB |
| checkstyle-1.0.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.f2prateek.checkstyle/checkstyle/ -->
<dependency>
<groupId>com.f2prateek.checkstyle</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.f2prateek.checkstyle/checkstyle/
implementation 'com.f2prateek.checkstyle:checkstyle:1.0.1'
// https://jarcasting.com/artifacts/com.f2prateek.checkstyle/checkstyle/
implementation ("com.f2prateek.checkstyle:checkstyle:1.0.1")
'com.f2prateek.checkstyle:checkstyle:jar:1.0.1'
<dependency org="com.f2prateek.checkstyle" name="checkstyle" rev="1.0.1">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.f2prateek.checkstyle', module='checkstyle', version='1.0.1')
)
libraryDependencies += "com.f2prateek.checkstyle" % "checkstyle" % "1.0.1"
[com.f2prateek.checkstyle/checkstyle "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools.build : gradle | jar | 1.1.0-rc3 |