is not current version
Last Version 0.4.8

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

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.0.3
Type

Type

jar

Download gradle-estilo-plugin 0.0.3


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