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