| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCheckstyle Application Testing & Monitoring Code Analysis | 
        
| GroupId | GroupIdorg.apache.flume | 
    
| ArtifactId | ArtifactIdflume-checkstyle | 
    
| Last Version | Last Version1.8.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionFlume checkstyle project 
            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 | 
|---|---|
| flume-checkstyle-1.8.0.pom | |
| flume-checkstyle-1.8.0.jar | 10 KB | 
| flume-checkstyle-1.8.0-sources.jar | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.flume/flume-checkstyle/ -->
<dependency>
    <groupId>org.apache.flume</groupId>
    <artifactId>flume-checkstyle</artifactId>
    <version>1.8.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.flume/flume-checkstyle/
implementation 'org.apache.flume:flume-checkstyle:1.8.0'
                // https://jarcasting.com/artifacts/org.apache.flume/flume-checkstyle/
implementation ("org.apache.flume:flume-checkstyle:1.8.0")
                'org.apache.flume:flume-checkstyle:jar:1.8.0'
                <dependency org="org.apache.flume" name="flume-checkstyle" rev="1.8.0">
  <artifact name="flume-checkstyle" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.flume', module='flume-checkstyle', version='1.8.0')
)
                libraryDependencies += "org.apache.flume" % "flume-checkstyle" % "1.8.0"
                [org.apache.flume/flume-checkstyle "1.8.0"]