MVN

net.sf.matrixjavalib.build : checkstyle-config

Maven & Gradle

Sep 05, 2022
1 usages
0 stars

Matrix :: 构建支持 :: CheckStyle 配置 · CheckStyle 配置

<dependency>
    <groupId>net.sf.matrixjavalib.build</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.matrixjavalib.build : checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18

All Versions

Choose a version of net.sf.matrixjavalib.build : checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18
checkstyle-config-18
1.17
checkstyle-config-1.17
1.16
checkstyle-config-1.16
1.15
checkstyle-config-1.15
1.14
checkstyle-config-1.14
1.13
checkstyle-config-1.13
1.12
checkstyle-config-1.12
1.11
checkstyle-config-1.11
1.9
checkstyle-config-1.9
1.8
checkstyle-config-1.8
1.7
checkstyle-config-1.7
1.6
checkstyle-config-1.6
1.5
checkstyle-config-1.5
1.4
checkstyle-config-1.4
1.3
checkstyle-config-1.3
1.2
checkstyle-config-1.2

How to add a dependency to Maven

Add the following net.sf.matrixjavalib.build : checkstyle-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.matrixjavalib.build</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.matrixjavalib.build : checkstyle-config gradle dependency to your build.gradle file:

implementation 'net.sf.matrixjavalib.build:checkstyle-config:18'

Gradle Kotlin DSL: Add the following net.sf.matrixjavalib.build : checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.matrixjavalib.build:checkstyle-config:18")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.matrixjavalib.build : checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.matrixjavalib.build" % "checkstyle-config" % "18"

Advertisement