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