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