| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesBootique User Interface Web Frameworks | 
        
| GroupId | GroupIdio.bootique.agrest | 
    
| ArtifactId | ArtifactIdbootique-agrest-parent | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionbootique-agrest-parent: Parent of Agrest/Bootique integration 
            Parent POM of Bootique Agrest module. 
         | 
    
| Project Organization | 
                    Project OrganizationObjectStyle LLC | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| bootique-agrest-parent-2.0.1.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-parent/ -->
<dependency>
    <groupId>io.bootique.agrest</groupId>
    <artifactId>bootique-agrest-parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-parent/
implementation 'io.bootique.agrest:bootique-agrest-parent:2.0.1'
                // https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest-parent/
implementation ("io.bootique.agrest:bootique-agrest-parent:2.0.1")
                'io.bootique.agrest:bootique-agrest-parent:pom:2.0.1'
                <dependency org="io.bootique.agrest" name="bootique-agrest-parent" rev="2.0.1">
  <artifact name="bootique-agrest-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.bootique.agrest', module='bootique-agrest-parent', version='2.0.1')
)
                libraryDependencies += "io.bootique.agrest" % "bootique-agrest-parent" % "2.0.1"
                [io.bootique.agrest/bootique-agrest-parent "2.0.1"]