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