is not current version
Last Version 0.4.8

net.anshulverma.gradle:gradle-estilo-plugin 0.4.4

Gradle plugin that provides an easy way to configure and use checkstyle.

Categories

Categories

Gradle Build Tools Net
GroupId

GroupId

net.anshulverma.gradle
ArtifactId

ArtifactId

gradle-estilo-plugin
Version

Version

0.4.4
Type

Type

jar

Download gradle-estilo-plugin 0.4.4


<!-- https://jarcasting.com/artifacts/net.anshulverma.gradle/gradle-estilo-plugin/ -->
<dependency>
    <groupId>net.anshulverma.gradle</groupId>
    <artifactId>gradle-estilo-plugin</artifactId>
    <version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.anshulverma.gradle/gradle-estilo-plugin/
implementation 'net.anshulverma.gradle:gradle-estilo-plugin:0.4.4'
// https://jarcasting.com/artifacts/net.anshulverma.gradle/gradle-estilo-plugin/
implementation ("net.anshulverma.gradle:gradle-estilo-plugin:0.4.4")
'net.anshulverma.gradle:gradle-estilo-plugin:jar:0.4.4'
<dependency org="net.anshulverma.gradle" name="gradle-estilo-plugin" rev="0.4.4">
  <artifact name="gradle-estilo-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anshulverma.gradle', module='gradle-estilo-plugin', version='0.4.4')
)
libraryDependencies += "net.anshulverma.gradle" % "gradle-estilo-plugin" % "0.4.4"
[net.anshulverma.gradle/gradle-estilo-plugin "0.4.4"]