MVN

com.vecna.checkstyle : open-checkstyle-rules

Maven & Gradle

Apr 05, 2014
0 stars

Checkstyle Rules · Shared Checkstyle configuration

<dependency>
    <groupId>com.vecna.checkstyle</groupId>
    <artifactId>open-checkstyle-rules</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vecna.checkstyle : open-checkstyle-rules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of com.vecna.checkstyle : open-checkstyle-rules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
open-checkstyle-rules-2.3
2.2
open-checkstyle-rules-2.2

How to add a dependency to Maven

Add the following com.vecna.checkstyle : open-checkstyle-rules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vecna.checkstyle</groupId>
    <artifactId>open-checkstyle-rules</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vecna.checkstyle : open-checkstyle-rules gradle dependency to your build.gradle file:

implementation 'com.vecna.checkstyle:open-checkstyle-rules:2.3'

Gradle Kotlin DSL: Add the following com.vecna.checkstyle : open-checkstyle-rules gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vecna.checkstyle:open-checkstyle-rules:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vecna.checkstyle : open-checkstyle-rules sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vecna.checkstyle" % "open-checkstyle-rules" % "2.3"

Advertisement