License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.apache.myfaces.buildtools |
ArtifactId | ArtifactIdcheckstyle-rules |
Version | Version15 |
Type | Typejar |
Description |
Descriptioncheckstyle-rules
The MyFaces project is home of the first free open source JavaServer Faces
implementation as well as some useful JSF component libraries and other
convenient JSF stuff.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
checkstyle-rules-15.pom | |
checkstyle-rules-15.jar | 24 KB |
checkstyle-rules-15-sources.jar | 21 KB |
checkstyle-rules-15-source-release.zip | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>checkstyle-rules</artifactId>
<version>15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/
implementation 'org.apache.myfaces.buildtools:checkstyle-rules:15'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/
implementation ("org.apache.myfaces.buildtools:checkstyle-rules:15")
'org.apache.myfaces.buildtools:checkstyle-rules:jar:15'
<dependency org="org.apache.myfaces.buildtools" name="checkstyle-rules" rev="15">
<artifact name="checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='checkstyle-rules', version='15')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "checkstyle-rules" % "15"
[org.apache.myfaces.buildtools/checkstyle-rules "15"]