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