| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdhu.meza.tools |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCheckstyle ruleset
A small module to version the checkstyle ruleset
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| checkstyle-1.0.pom | |
| checkstyle-1.0.jar | 4 KB |
| checkstyle-1.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/hu.meza.tools/checkstyle/ -->
<dependency>
<groupId>hu.meza.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.meza.tools/checkstyle/
implementation 'hu.meza.tools:checkstyle:1.0'
// https://jarcasting.com/artifacts/hu.meza.tools/checkstyle/
implementation ("hu.meza.tools:checkstyle:1.0")
'hu.meza.tools:checkstyle:jar:1.0'
<dependency org="hu.meza.tools" name="checkstyle" rev="1.0">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.meza.tools', module='checkstyle', version='1.0')
)
libraryDependencies += "hu.meza.tools" % "checkstyle" % "1.0"
[hu.meza.tools/checkstyle "1.0"]