| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
|---|---|
| GroupId | GroupIdorg.apache.lens |
| ArtifactId | ArtifactIdcheckstyle |
| Version | Version2.5.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| checkstyle-2.5.0-beta.pom | |
| checkstyle-2.5.0-beta.jar | 11 KB |
| checkstyle-2.5.0-beta-sources.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lens/checkstyle/ -->
<dependency>
<groupId>org.apache.lens</groupId>
<artifactId>checkstyle</artifactId>
<version>2.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lens/checkstyle/
implementation 'org.apache.lens:checkstyle:2.5.0-beta'
// https://jarcasting.com/artifacts/org.apache.lens/checkstyle/
implementation ("org.apache.lens:checkstyle:2.5.0-beta")
'org.apache.lens:checkstyle:jar:2.5.0-beta'
<dependency org="org.apache.lens" name="checkstyle" rev="2.5.0-beta">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lens', module='checkstyle', version='2.5.0-beta')
)
libraryDependencies += "org.apache.lens" % "checkstyle" % "2.5.0-beta"
[org.apache.lens/checkstyle "2.5.0-beta"]