License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Net |
GroupId | GroupIdnet.anshulverma.gradle |
ArtifactId | ArtifactIdestilo |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionestilo
Gradle plugin that provides an easy way to configure and use checkstyle.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
estilo-0.0.2.pom | |
estilo-0.0.2.jar | 100 KB |
estilo-0.0.2-sources.jar | 14 KB |
estilo-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.anshulverma.gradle/estilo/ -->
<dependency>
<groupId>net.anshulverma.gradle</groupId>
<artifactId>estilo</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.anshulverma.gradle/estilo/
implementation 'net.anshulverma.gradle:estilo:0.0.2'
// https://jarcasting.com/artifacts/net.anshulverma.gradle/estilo/
implementation ("net.anshulverma.gradle:estilo:0.0.2")
'net.anshulverma.gradle:estilo:jar:0.0.2'
<dependency org="net.anshulverma.gradle" name="estilo" rev="0.0.2">
<artifact name="estilo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anshulverma.gradle', module='estilo', version='0.0.2')
)
libraryDependencies += "net.anshulverma.gradle" % "estilo" % "0.0.2"
[net.anshulverma.gradle/estilo "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 6.7 |
commons-io : commons-io | jar | 2.4 |
javax.xml : jaxb-api | jar | 2.1 |
javax.xml : jaxb-impl | jar | 2.1 |
com.thoughtworks.xstream : xstream | jar | 1.4.7 |