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