| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdfi.jubic |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncheckstyle
Checkstyle rules
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-0.4.0.pom | |
| checkstyle-0.4.0.jar | 4 KB |
| checkstyle-0.4.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fi.jubic/checkstyle/ -->
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>checkstyle</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/fi.jubic/checkstyle/
implementation 'fi.jubic:checkstyle:0.4.0'
// https://jarcasting.com/artifacts/fi.jubic/checkstyle/
implementation ("fi.jubic:checkstyle:0.4.0")
'fi.jubic:checkstyle:jar:0.4.0'
<dependency org="fi.jubic" name="checkstyle" rev="0.4.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.jubic', module='checkstyle', version='0.4.0')
)
libraryDependencies += "fi.jubic" % "checkstyle" % "0.4.0"
[fi.jubic/checkstyle "0.4.0"]