MVN

com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin

Maven & Gradle

Jul 17, 2019
1 usages

Sevntu Checkstyle Maven Plugin

<dependency>
    <groupId>com.github.sevntu-checkstyle</groupId>
    <artifactId>sevntu-checkstyle-maven-plugin</artifactId>
    <version>1.35.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.35.0

All Versions

Choose a version of com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.35.x
sevntu-checkstyle-maven-plugin-1.35.0
1.34.x
sevntu-checkstyle-maven-plugin-1.34.1
sevntu-checkstyle-maven-plugin-1.34.0
1.33.x
sevntu-checkstyle-maven-plugin-1.33.0
1.32.x
sevntu-checkstyle-maven-plugin-1.32.0
1.31.x
sevntu-checkstyle-maven-plugin-1.31.0
1.30.x
sevntu-checkstyle-maven-plugin-1.30.0
1.29.x
sevntu-checkstyle-maven-plugin-1.29.0
1.28.x
sevntu-checkstyle-maven-plugin-1.28.0
1.27.x
sevntu-checkstyle-maven-plugin-1.27.0
1.26.x
sevntu-checkstyle-maven-plugin-1.26.0
1.25.x
sevntu-checkstyle-maven-plugin-1.25.0
1.24.x
sevntu-checkstyle-maven-plugin-1.24.2
sevntu-checkstyle-maven-plugin-1.24.1
sevntu-checkstyle-maven-plugin-1.24.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sevntu-checkstyle</groupId>
    <artifactId>sevntu-checkstyle-maven-plugin</artifactId>
    <version>1.35.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.github.sevntu-checkstyle:sevntu-checkstyle-maven-plugin:1.35.0'

Gradle Kotlin DSL: Add the following com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sevntu-checkstyle:sevntu-checkstyle-maven-plugin:1.35.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sevntu-checkstyle : sevntu-checkstyle-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sevntu-checkstyle" % "sevntu-checkstyle-maven-plugin" % "1.35.0"

Advertisement