Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.opendaylight.yangtools |
ArtifactId | ArtifactIdcheckstyle-logging |
Version | Version0.7.2-Lithium-SR2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/checkstyle-logging/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>checkstyle-logging</artifactId>
<version>0.7.2-Lithium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/checkstyle-logging/
implementation 'org.opendaylight.yangtools:checkstyle-logging:0.7.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/checkstyle-logging/
implementation ("org.opendaylight.yangtools:checkstyle-logging:0.7.2-Lithium-SR2")
'org.opendaylight.yangtools:checkstyle-logging:jar:0.7.2-Lithium-SR2'
<dependency org="org.opendaylight.yangtools" name="checkstyle-logging" rev="0.7.2-Lithium-SR2">
<artifact name="checkstyle-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='checkstyle-logging', version='0.7.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.yangtools" % "checkstyle-logging" % "0.7.2-Lithium-SR2"
[org.opendaylight.yangtools/checkstyle-logging "0.7.2-Lithium-SR2"]