MVN

net.anshulverma.gradle : gradle-estilo-plugin

Maven & Gradle

Feb 23, 2016
5 stars

gradle-estilo-plugin · Gradle plugin that provides an easy way to configure and use checkstyle.

<dependency>
    <groupId>net.anshulverma.gradle</groupId>
    <artifactId>gradle-estilo-plugin</artifactId>
    <version>0.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.anshulverma.gradle : gradle-estilo-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.8

All Versions

Choose a version of net.anshulverma.gradle : gradle-estilo-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
gradle-estilo-plugin-0.4.8
gradle-estilo-plugin-0.4.7
gradle-estilo-plugin-0.4.6
gradle-estilo-plugin-0.4.5
gradle-estilo-plugin-0.4.4
gradle-estilo-plugin-0.4.3
gradle-estilo-plugin-0.4.2
gradle-estilo-plugin-0.4.1
gradle-estilo-plugin-0.4.0
0.3.x
gradle-estilo-plugin-0.3.0
0.2.x
gradle-estilo-plugin-0.2.0
0.1.x
gradle-estilo-plugin-0.1.0
0.0.x
gradle-estilo-plugin-0.0.3

How to add a dependency to Maven

Add the following net.anshulverma.gradle : gradle-estilo-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.anshulverma.gradle</groupId>
    <artifactId>gradle-estilo-plugin</artifactId>
    <version>0.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.anshulverma.gradle : gradle-estilo-plugin gradle dependency to your build.gradle file:

implementation 'net.anshulverma.gradle:gradle-estilo-plugin:0.4.8'

Gradle Kotlin DSL: Add the following net.anshulverma.gradle : gradle-estilo-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.anshulverma.gradle:gradle-estilo-plugin:0.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.anshulverma.gradle : gradle-estilo-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.anshulverma.gradle" % "gradle-estilo-plugin" % "0.4.8"

Advertisement