Last Version

Require Javadoc Tag 0.1.2

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

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.bmaggi
ArtifactId

ArtifactId

checkstyle-requirejavadoctag
Version

Version

0.1.2
Type

Type

jar
Description

Description

Require Javadoc Tag
A simple example of custom checkstyle rule. It checks the existence of a javadoc tag
Project URL

Project URL

http://github.com/bmaggi/checkstyle-requirejavadoctag
Source Code Management

Source Code Management

http://github.com/bmaggi/checkstyle-requirejavadoctag/tree/master

Download checkstyle-requirejavadoctag 0.1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 7.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.