is not current version
Last Version 1.0

hu.meza.tools:checkstyle 0.1

A small module to version the checkstyle ruleset

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

hu.meza.tools
ArtifactId

ArtifactId

checkstyle
Version

Version

0.1
Type

Type

jar

Download checkstyle 0.1


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