is not current version
Last Version 0.13.0

org.openhab.tools.sat.custom-checks:checkstyle 0.9.0


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.openhab.tools.sat.custom-checks
ArtifactId

ArtifactId

checkstyle
Version

Version

0.9.0
Type

Type

jar

Download checkstyle 0.9.0


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