MVN

au.id.ajlane : checkstyle-config

Maven & Gradle

Apr 05, 2016
0 stars

A common checkstyle configuration for projects in the ${project.groupId} namespace.

<dependency>
    <groupId>au.id.ajlane</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.id.ajlane : checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of au.id.ajlane : checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
checkstyle-config-0.0.3
checkstyle-config-0.0.2
checkstyle-config-0.0.1

How to add a dependency to Maven

Add the following au.id.ajlane : checkstyle-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.id.ajlane</groupId>
    <artifactId>checkstyle-config</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.id.ajlane : checkstyle-config gradle dependency to your build.gradle file:

implementation 'au.id.ajlane:checkstyle-config:0.0.3'

Gradle Kotlin DSL: Add the following au.id.ajlane : checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("au.id.ajlane:checkstyle-config:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.id.ajlane : checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "au.id.ajlane" % "checkstyle-config" % "0.0.3"

Advertisement