License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.apache.lens |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLens Checkstyle Rules
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
checkstyle-2.7.1.pom | |
checkstyle-2.7.1.jar | 11 KB |
checkstyle-2.7.1-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lens/checkstyle/ -->
<dependency>
<groupId>org.apache.lens</groupId>
<artifactId>checkstyle</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lens/checkstyle/
implementation 'org.apache.lens:checkstyle:2.7.1'
// https://jarcasting.com/artifacts/org.apache.lens/checkstyle/
implementation ("org.apache.lens:checkstyle:2.7.1")
'org.apache.lens:checkstyle:jar:2.7.1'
<dependency org="org.apache.lens" name="checkstyle" rev="2.7.1">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lens', module='checkstyle', version='2.7.1')
)
libraryDependencies += "org.apache.lens" % "checkstyle" % "2.7.1"
[org.apache.lens/checkstyle "2.7.1"]