| Categories | 
                CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis | 
        
|---|---|
| GroupId | GroupIdcom.buschmais.jqassistant | 
    
| ArtifactId | ArtifactIdproject-layout-constraints | 
    
| Version | Version1.9.0-ALPHA1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant/project-layout-constraints/ -->
<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>project-layout-constraints</artifactId>
    <version>1.9.0-ALPHA1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.buschmais.jqassistant/project-layout-constraints/
implementation 'com.buschmais.jqassistant:project-layout-constraints:1.9.0-ALPHA1'
                // https://jarcasting.com/artifacts/com.buschmais.jqassistant/project-layout-constraints/
implementation ("com.buschmais.jqassistant:project-layout-constraints:1.9.0-ALPHA1")
                'com.buschmais.jqassistant:project-layout-constraints:jar:1.9.0-ALPHA1'
                <dependency org="com.buschmais.jqassistant" name="project-layout-constraints" rev="1.9.0-ALPHA1">
  <artifact name="project-layout-constraints" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.buschmais.jqassistant', module='project-layout-constraints', version='1.9.0-ALPHA1')
)
                libraryDependencies += "com.buschmais.jqassistant" % "project-layout-constraints" % "1.9.0-ALPHA1"
                [com.buschmais.jqassistant/project-layout-constraints "1.9.0-ALPHA1"]