Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.arcbees |
ArtifactId | ArtifactIdcheckstyle |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-1.1.pom | |
checkstyle-1.1.jar | 5 KB |
checkstyle-1.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arcbees/checkstyle/ -->
<dependency>
<groupId>com.arcbees</groupId>
<artifactId>checkstyle</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees/checkstyle/
implementation 'com.arcbees:checkstyle:1.1'
// https://jarcasting.com/artifacts/com.arcbees/checkstyle/
implementation ("com.arcbees:checkstyle:1.1")
'com.arcbees:checkstyle:jar:1.1'
<dependency org="com.arcbees" name="checkstyle" rev="1.1">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcbees', module='checkstyle', version='1.1')
)
libraryDependencies += "com.arcbees" % "checkstyle" % "1.1"
[com.arcbees/checkstyle "1.1"]