License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.openhab.tools.sat.custom-checks |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Custom Checks
Tool that aggregates reports of PMD, Checkstyle and FindBugs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
checkstyle-0.13.0.pom | |
checkstyle-0.13.0.jar | 101 KB |
checkstyle-0.13.0-sources.jar | 76 KB |
checkstyle-0.13.0-javadoc.jar | 672 KB |
Browse |
<!-- 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.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.tools.sat.custom-checks/checkstyle/
implementation 'org.openhab.tools.sat.custom-checks:checkstyle:0.13.0'
// https://jarcasting.com/artifacts/org.openhab.tools.sat.custom-checks/checkstyle/
implementation ("org.openhab.tools.sat.custom-checks:checkstyle:0.13.0")
'org.openhab.tools.sat.custom-checks:checkstyle:jar:0.13.0'
<dependency org="org.openhab.tools.sat.custom-checks" name="checkstyle" rev="0.13.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openhab.tools.sat.custom-checks', module='checkstyle', version='0.13.0')
)
libraryDependencies += "org.openhab.tools.sat.custom-checks" % "checkstyle" % "0.13.0"
[org.openhab.tools.sat.custom-checks/checkstyle "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.vladsch.flexmark : flexmark-all | jar | 0.64.0 |
org.jsoup : jsoup | jar | 1.7.1 |
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.1.0 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.1 |
com.sun.activation : javax.activation | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 8.45.1 |
com.puppycrawl.tools : checkstyle | test-jar | 8.45.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.20.v20190813 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.hamcrest : hamcrest-library | jar | 2.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
com.google.truth : truth | jar | 1.1.3 |
org.mockito : mockito-core | jar | 4.0.0 |
org.mockito : mockito-junit-jupiter | jar | 4.0.0 |