License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Checkstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdio.shulie |
ArtifactId | ArtifactIdcustom-maven-checkstyle |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncustom-maven-checkstyle
agent package custom-maven-checkstyle tools
|
<!-- https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/ -->
<dependency>
<groupId>io.shulie</groupId>
<artifactId>custom-maven-checkstyle</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/
implementation 'io.shulie:custom-maven-checkstyle:1.0.2'
// https://jarcasting.com/artifacts/io.shulie/custom-maven-checkstyle/
implementation ("io.shulie:custom-maven-checkstyle:1.0.2")
'io.shulie:custom-maven-checkstyle:jar:1.0.2'
<dependency org="io.shulie" name="custom-maven-checkstyle" rev="1.0.2">
<artifact name="custom-maven-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shulie', module='custom-maven-checkstyle', version='1.0.2')
)
libraryDependencies += "io.shulie" % "custom-maven-checkstyle" % "1.0.2"
[io.shulie/custom-maven-checkstyle "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 7.3 |