| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdorg.apache.falcon |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCheckstyle
Data Management and Processing Platform over Hadoop
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| checkstyle-0.8.pom | |
| checkstyle-0.8.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.falcon/checkstyle/ -->
<dependency>
<groupId>org.apache.falcon</groupId>
<artifactId>checkstyle</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.falcon/checkstyle/
implementation 'org.apache.falcon:checkstyle:0.8'
// https://jarcasting.com/artifacts/org.apache.falcon/checkstyle/
implementation ("org.apache.falcon:checkstyle:0.8")
'org.apache.falcon:checkstyle:jar:0.8'
<dependency org="org.apache.falcon" name="checkstyle" rev="0.8">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.falcon', module='checkstyle', version='0.8')
)
libraryDependencies += "org.apache.falcon" % "checkstyle" % "0.8"
[org.apache.falcon/checkstyle "0.8"]