License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.rhq.misc |
ArtifactId | ArtifactIdcheckstyle-stuff |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRHQ Extensions to checkstyle
RHQ Extensions to checkstyle
|
Filename | Size |
---|---|
checkstyle-stuff-0.1.3.pom | |
checkstyle-stuff-0.1.3.jar | 2 KB |
checkstyle-stuff-0.1.3-sources.jar | 1 KB |
checkstyle-stuff-0.1.3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq.misc/checkstyle-stuff/ -->
<dependency>
<groupId>org.rhq.misc</groupId>
<artifactId>checkstyle-stuff</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq.misc/checkstyle-stuff/
implementation 'org.rhq.misc:checkstyle-stuff:0.1.3'
// https://jarcasting.com/artifacts/org.rhq.misc/checkstyle-stuff/
implementation ("org.rhq.misc:checkstyle-stuff:0.1.3")
'org.rhq.misc:checkstyle-stuff:jar:0.1.3'
<dependency org="org.rhq.misc" name="checkstyle-stuff" rev="0.1.3">
<artifact name="checkstyle-stuff" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq.misc', module='checkstyle-stuff', version='0.1.3')
)
libraryDependencies += "org.rhq.misc" % "checkstyle-stuff" % "0.1.3"
[org.rhq.misc/checkstyle-stuff "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 5.6 |