is not current version
Last Version 1.3

org.apache.openwebbeans.build-tools:checkstyle-rules 1.0.0

Checkstyle rules and other utilities which are only used by OpenWebBeans at build time.

Categories

Categories

Build Tools Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.apache.openwebbeans.build-tools
ArtifactId

ArtifactId

checkstyle-rules
Version

Version

1.0.0
Type

Type

jar

Download checkstyle-rules 1.0.0


<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.build-tools/checkstyle-rules/
implementation 'org.apache.openwebbeans.build-tools:checkstyle-rules:1.0.0'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.build-tools/checkstyle-rules/
implementation ("org.apache.openwebbeans.build-tools:checkstyle-rules:1.0.0")
'org.apache.openwebbeans.build-tools:checkstyle-rules:jar:1.0.0'
<dependency org="org.apache.openwebbeans.build-tools" name="checkstyle-rules" rev="1.0.0">
  <artifact name="checkstyle-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.build-tools', module='checkstyle-rules', version='1.0.0')
)
libraryDependencies += "org.apache.openwebbeans.build-tools" % "checkstyle-rules" % "1.0.0"
[org.apache.openwebbeans.build-tools/checkstyle-rules "1.0.0"]