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