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