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