Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version0.3.4-Boron-SR4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
checkstyle-0.3.4-Boron-SR4.pom | |
checkstyle-0.3.4-Boron-SR4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>checkstyle</artifactId>
<version>0.3.4-Boron-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/
implementation 'org.opendaylight.controller:checkstyle:0.3.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/checkstyle/
implementation ("org.opendaylight.controller:checkstyle:0.3.4-Boron-SR4")
'org.opendaylight.controller:checkstyle:jar:0.3.4-Boron-SR4'
<dependency org="org.opendaylight.controller" name="checkstyle" rev="0.3.4-Boron-SR4">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='checkstyle', version='0.3.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "checkstyle" % "0.3.4-Boron-SR4"
[org.opendaylight.controller/checkstyle "0.3.4-Boron-SR4"]