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