MVN

org.opendaylight.yangtools : checkstyle-logging

Maven & Gradle

Feb 10, 2020
1 usages
<dependency>
    <groupId>org.opendaylight.yangtools</groupId>
    <artifactId>checkstyle-logging</artifactId>
    <version>2.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.yangtools : checkstyle-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.18

All Versions

Choose a version of org.opendaylight.yangtools : checkstyle-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
checkstyle-logging-2.1.18
checkstyle-logging-2.1.17
checkstyle-logging-2.1.16
checkstyle-logging-2.1.15
checkstyle-logging-2.1.14
checkstyle-logging-2.1.13
checkstyle-logging-2.1.12
checkstyle-logging-2.1.11
checkstyle-logging-2.1.10
checkstyle-logging-2.1.9
checkstyle-logging-2.1.8
checkstyle-logging-2.1.7
checkstyle-logging-2.1.6
checkstyle-logging-2.1.5
checkstyle-logging-2.1.4
checkstyle-logging-2.1.3
checkstyle-logging-2.1.2
checkstyle-logging-2.1.1
checkstyle-logging-2.1.0
2.0.x
checkstyle-logging-2.0.23
checkstyle-logging-2.0.22
checkstyle-logging-2.0.21
checkstyle-logging-2.0.20
checkstyle-logging-2.0.19
checkstyle-logging-2.0.18
checkstyle-logging-2.0.17
checkstyle-logging-2.0.16
checkstyle-logging-2.0.15
checkstyle-logging-2.0.14
checkstyle-logging-2.0.13
checkstyle-logging-2.0.12
checkstyle-logging-2.0.11
checkstyle-logging-2.0.10
checkstyle-logging-2.0.9
checkstyle-logging-2.0.8
checkstyle-logging-2.0.7
checkstyle-logging-2.0.6.7
checkstyle-logging-2.0.6.6
checkstyle-logging-2.0.6.5
checkstyle-logging-2.0.6.4
checkstyle-logging-2.0.6.3
checkstyle-logging-2.0.6.2
checkstyle-logging-2.0.6.1
checkstyle-logging-2.0.6
checkstyle-logging-2.0.5
checkstyle-logging-2.0.4
checkstyle-logging-2.0.3
checkstyle-logging-2.0.2
checkstyle-logging-2.0.1
checkstyle-logging-2.0.0
1.2.x
checkstyle-logging-1.2.3
checkstyle-logging-1.2.2
checkstyle-logging-1.2.1
checkstyle-logging-1.2.0
1.1.x
checkstyle-logging-1.1.4-Carbon
checkstyle-logging-1.1.3-Carbon
checkstyle-logging-1.1.2-Carbon
checkstyle-logging-1.1.1-Carbon
checkstyle-logging-1.1.0-Carbon
1.0.x
checkstyle-logging-1.0.4-Boron-SR4
checkstyle-logging-1.0.3-Boron-SR3
checkstyle-logging-1.0.2-Boron-SR2
checkstyle-logging-1.0.1-Boron-SR1
checkstyle-logging-1.0.0-Boron
0.8.x
checkstyle-logging-0.8.4-Beryllium-SR4
checkstyle-logging-0.8.3-Beryllium-SR3
checkstyle-logging-0.8.2-Beryllium-SR2
checkstyle-logging-0.8.1-Beryllium-SR1
checkstyle-logging-0.8.0-Beryllium
0.7.x
checkstyle-logging-0.7.4-Lithium-SR4
checkstyle-logging-0.7.3-Lithium-SR3
checkstyle-logging-0.7.2-Lithium-SR2
checkstyle-logging-0.7.1-Lithium-SR1
checkstyle-logging-0.7.0-Lithium
0.6.x
checkstyle-logging-0.6.6-Helium-SR4
checkstyle-logging-0.6.5-Helium-SR3
checkstyle-logging-0.6.4-Helium-SR2
checkstyle-logging-0.6.3-Helium-SR1.1
checkstyle-logging-0.6.3-Helium-SR1
checkstyle-logging-0.6.2-Helium

How to add a dependency to Maven

Add the following org.opendaylight.yangtools : checkstyle-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.yangtools</groupId>
    <artifactId>checkstyle-logging</artifactId>
    <version>2.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.yangtools : checkstyle-logging gradle dependency to your build.gradle file:

implementation 'org.opendaylight.yangtools:checkstyle-logging:2.1.18'

Gradle Kotlin DSL: Add the following org.opendaylight.yangtools : checkstyle-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.yangtools:checkstyle-logging:2.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.yangtools : checkstyle-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.yangtools" % "checkstyle-logging" % "2.1.18"

Advertisement