| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers config Application Layer Libs Configuration | 
        
| GroupId | GroupIdorg.jboss.hal | 
    
| ArtifactId | ArtifactIdhal-build-config | 
    
| Last Version | Last Version3.6.0.Final | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHAL :: Build Config 
            Build configuration for checkstyle, eclipse formatter and license check 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.jboss.hal/hal-build-config/ -->
<dependency>
    <groupId>org.jboss.hal</groupId>
    <artifactId>hal-build-config</artifactId>
    <version>3.6.0.Final</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.hal/hal-build-config/
implementation 'org.jboss.hal:hal-build-config:3.6.0.Final'
                // https://jarcasting.com/artifacts/org.jboss.hal/hal-build-config/
implementation ("org.jboss.hal:hal-build-config:3.6.0.Final")
                'org.jboss.hal:hal-build-config:jar:3.6.0.Final'
                <dependency org="org.jboss.hal" name="hal-build-config" rev="3.6.0.Final">
  <artifact name="hal-build-config" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.hal', module='hal-build-config', version='3.6.0.Final')
)
                libraryDependencies += "org.jboss.hal" % "hal-build-config" % "3.6.0.Final"
                [org.jboss.hal/hal-build-config "3.6.0.Final"]