| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.airsonic |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version1.0-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAirsonic Checkstyle
Custom Checkstyle rules for the Airsonic project
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationAirsonic |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-1.0-RELEASE.pom | |
| checkstyle-1.0-RELEASE.jar | 3 KB |
| checkstyle-1.0-RELEASE-sources.jar | 1 KB |
| checkstyle-1.0-RELEASE-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.airsonic/checkstyle/ -->
<dependency>
<groupId>org.airsonic</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.airsonic/checkstyle/
implementation 'org.airsonic:checkstyle:1.0-RELEASE'
// https://jarcasting.com/artifacts/org.airsonic/checkstyle/
implementation ("org.airsonic:checkstyle:1.0-RELEASE")
'org.airsonic:checkstyle:jar:1.0-RELEASE'
<dependency org="org.airsonic" name="checkstyle" rev="1.0-RELEASE">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.airsonic', module='checkstyle', version='1.0-RELEASE')
)
libraryDependencies += "org.airsonic" % "checkstyle" % "1.0-RELEASE"
[org.airsonic/checkstyle "1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.puppycrawl.tools : checkstyle | jar | 8.19 |