Tools
Tools for Java projects.
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdio.reinert.tools |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReinert Checkstyle
Checkstyle specifications for Java projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-1.0.0.pom | |
checkstyle-1.0.0.jar | 6 KB |
checkstyle-1.0.0-sources.jar | 4 KB |
checkstyle-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.reinert.tools/checkstyle/ -->
<dependency>
<groupId>io.reinert.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.reinert.tools/checkstyle/
implementation 'io.reinert.tools:checkstyle:1.0.0'
// https://jarcasting.com/artifacts/io.reinert.tools/checkstyle/
implementation ("io.reinert.tools:checkstyle:1.0.0")
'io.reinert.tools:checkstyle:jar:1.0.0'
<dependency org="io.reinert.tools" name="checkstyle" rev="1.0.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reinert.tools', module='checkstyle', version='1.0.0')
)
libraryDependencies += "io.reinert.tools" % "checkstyle" % "1.0.0"
[io.reinert.tools/checkstyle "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 6.0 |
Tools for Java projects.