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