is not current version
Last Version 0.1.2

com.github.bmaggi:checkstyle-requirejavadoctag 0.1.1

A simple example of custom checkstyle rule. It checks the existence of a javadoc tag

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.bmaggi
ArtifactId

ArtifactId

checkstyle-requirejavadoctag
Version

Version

0.1.1
Type

Type

jar

Download checkstyle-requirejavadoctag 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.bmaggi/checkstyle-requirejavadoctag/ -->
<dependency>
    <groupId>com.github.bmaggi</groupId>
    <artifactId>checkstyle-requirejavadoctag</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmaggi/checkstyle-requirejavadoctag/
implementation 'com.github.bmaggi:checkstyle-requirejavadoctag:0.1.1'
// https://jarcasting.com/artifacts/com.github.bmaggi/checkstyle-requirejavadoctag/
implementation ("com.github.bmaggi:checkstyle-requirejavadoctag:0.1.1")
'com.github.bmaggi:checkstyle-requirejavadoctag:jar:0.1.1'
<dependency org="com.github.bmaggi" name="checkstyle-requirejavadoctag" rev="0.1.1">
  <artifact name="checkstyle-requirejavadoctag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmaggi', module='checkstyle-requirejavadoctag', version='0.1.1')
)
libraryDependencies += "com.github.bmaggi" % "checkstyle-requirejavadoctag" % "0.1.1"
[com.github.bmaggi/checkstyle-requirejavadoctag "0.1.1"]