Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.opendaylight.odlparent |
ArtifactId | ArtifactIdcheckstyle |
Version | Version6.0.12 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-6.0.12.pom | |
checkstyle-6.0.12.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/checkstyle/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>checkstyle</artifactId>
<version>6.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/checkstyle/
implementation 'org.opendaylight.odlparent:checkstyle:6.0.12'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/checkstyle/
implementation ("org.opendaylight.odlparent:checkstyle:6.0.12")
'org.opendaylight.odlparent:checkstyle:jar:6.0.12'
<dependency org="org.opendaylight.odlparent" name="checkstyle" rev="6.0.12">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='checkstyle', version='6.0.12')
)
libraryDependencies += "org.opendaylight.odlparent" % "checkstyle" % "6.0.12"
[org.opendaylight.odlparent/checkstyle "6.0.12"]