| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.apache.myfaces.buildtools |
| ArtifactId | ArtifactIdcheckstyle-rules |
| Version | Version14 |
| 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-14.pom | |
| checkstyle-rules-14.jar | 23 KB |
| checkstyle-rules-14-sources.jar | 20 KB |
| checkstyle-rules-14-source-release.zip | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>checkstyle-rules</artifactId>
<version>14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/
implementation 'org.apache.myfaces.buildtools:checkstyle-rules:14'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/checkstyle-rules/
implementation ("org.apache.myfaces.buildtools:checkstyle-rules:14")
'org.apache.myfaces.buildtools:checkstyle-rules:jar:14'
<dependency org="org.apache.myfaces.buildtools" name="checkstyle-rules" rev="14">
<artifact name="checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='checkstyle-rules', version='14')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "checkstyle-rules" % "14"
[org.apache.myfaces.buildtools/checkstyle-rules "14"]