| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis | 
        
| GroupId | GroupIdcom.buschmais.jqassistant | 
    
| ArtifactId | ArtifactIdplugin-rules | 
    
| Version | Version1.10.0-ALPHA1 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionA set of concepts and constraints used to check the conformity
        of various jQAssistant projects with some basic rules
        valid for all projects of the jQAssistant projects. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| plugin-rules-1.10.0-ALPHA1.pom | |
| plugin-rules-1.10.0-ALPHA1.jar | 3 KB | 
| plugin-rules-1.10.0-ALPHA1-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/ -->
<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>plugin-rules</artifactId>
    <version>1.10.0-ALPHA1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/
implementation 'com.buschmais.jqassistant:plugin-rules:1.10.0-ALPHA1'
                // https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/
implementation ("com.buschmais.jqassistant:plugin-rules:1.10.0-ALPHA1")
                'com.buschmais.jqassistant:plugin-rules:jar:1.10.0-ALPHA1'
                <dependency org="com.buschmais.jqassistant" name="plugin-rules" rev="1.10.0-ALPHA1">
  <artifact name="plugin-rules" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.buschmais.jqassistant', module='plugin-rules', version='1.10.0-ALPHA1')
)
                libraryDependencies += "com.buschmais.jqassistant" % "plugin-rules" % "1.10.0-ALPHA1"
                [com.buschmais.jqassistant/plugin-rules "1.10.0-ALPHA1"]