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