License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.codedoers.util |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncheckstyle
Provides the common Checkstyle configuration used by any other codedoers.org maven artifacts.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
checkstyle-0.0.2.pom | |
checkstyle-0.0.2.jar | 4 KB |
checkstyle-0.0.2-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codedoers.util/checkstyle/ -->
<dependency>
<groupId>org.codedoers.util</groupId>
<artifactId>checkstyle</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codedoers.util/checkstyle/
implementation 'org.codedoers.util:checkstyle:0.0.2'
// https://jarcasting.com/artifacts/org.codedoers.util/checkstyle/
implementation ("org.codedoers.util:checkstyle:0.0.2")
'org.codedoers.util:checkstyle:jar:0.0.2'
<dependency org="org.codedoers.util" name="checkstyle" rev="0.0.2">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codedoers.util', module='checkstyle', version='0.0.2')
)
libraryDependencies += "org.codedoers.util" % "checkstyle" % "0.0.2"
[org.codedoers.util/checkstyle "0.0.2"]