| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools Checkstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.apache.openwebbeans.build-tools |
| ArtifactId | ArtifactIdcheckstyle-rules |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache OpenWebBeans build tools
Checkstyle rules and other utilities which are only used
by OpenWebBeans at build time.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| checkstyle-rules-1.3.pom | |
| checkstyle-rules-1.3.jar | 9 KB |
| checkstyle-rules-1.3-sources.jar | 7 KB |
| checkstyle-rules-1.3-source-release.zip | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.build-tools/checkstyle-rules/ -->
<dependency>
<groupId>org.apache.openwebbeans.build-tools</groupId>
<artifactId>checkstyle-rules</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.build-tools/checkstyle-rules/
implementation 'org.apache.openwebbeans.build-tools:checkstyle-rules:1.3'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.build-tools/checkstyle-rules/
implementation ("org.apache.openwebbeans.build-tools:checkstyle-rules:1.3")
'org.apache.openwebbeans.build-tools:checkstyle-rules:jar:1.3'
<dependency org="org.apache.openwebbeans.build-tools" name="checkstyle-rules" rev="1.3">
<artifact name="checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.build-tools', module='checkstyle-rules', version='1.3')
)
libraryDependencies += "org.apache.openwebbeans.build-tools" % "checkstyle-rules" % "1.3"
[org.apache.openwebbeans.build-tools/checkstyle-rules "1.3"]