Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.f2prateek.checkstyle |
ArtifactId | ArtifactIdcheckstyle |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-1.0.0.pom | |
checkstyle-1.0.0.jar | 8 KB |
checkstyle-1.0.0-sources.jar | 1 KB |
checkstyle-1.0.0-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.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"]