is not current version
Last Version 0.0.2

net.anshulverma.gradle:estilo 0.0.1

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

estilo
Version

Version

0.0.1
Type

Type

jar

Download estilo 0.0.1


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