| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdde.bildschirmarbeiter |
| ArtifactId | ArtifactIdcheckstyle |
| Version | Version3 |
| Type | Typejar |
| Description |
DescriptionBildschirmarbeiter Checkstyle
Checkstyle checks for Bildschirmarbeiter projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-3.pom | |
| checkstyle-3.jar | 4 KB |
| checkstyle-3-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.bildschirmarbeiter/checkstyle/ -->
<dependency>
<groupId>de.bildschirmarbeiter</groupId>
<artifactId>checkstyle</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bildschirmarbeiter/checkstyle/
implementation 'de.bildschirmarbeiter:checkstyle:3'
// https://jarcasting.com/artifacts/de.bildschirmarbeiter/checkstyle/
implementation ("de.bildschirmarbeiter:checkstyle:3")
'de.bildschirmarbeiter:checkstyle:jar:3'
<dependency org="de.bildschirmarbeiter" name="checkstyle" rev="3">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bildschirmarbeiter', module='checkstyle', version='3')
)
libraryDependencies += "de.bildschirmarbeiter" % "checkstyle" % "3"
[de.bildschirmarbeiter/checkstyle "3"]