| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.ibaijia | 
    
| ArtifactId | ArtifactIdjsm-frame-parent | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionjsm-frame-parent 
            a frame to make use spring and mybatis develop easy. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jsm-frame-parent-1.0.1.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.ibaijia/jsm-frame-parent/ -->
<dependency>
    <groupId>cn.ibaijia</groupId>
    <artifactId>jsm-frame-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.ibaijia/jsm-frame-parent/
implementation 'cn.ibaijia:jsm-frame-parent:1.0.1'
                // https://jarcasting.com/artifacts/cn.ibaijia/jsm-frame-parent/
implementation ("cn.ibaijia:jsm-frame-parent:1.0.1")
                'cn.ibaijia:jsm-frame-parent:pom:1.0.1'
                <dependency org="cn.ibaijia" name="jsm-frame-parent" rev="1.0.1">
  <artifact name="jsm-frame-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.ibaijia', module='jsm-frame-parent', version='1.0.1')
)
                libraryDependencies += "cn.ibaijia" % "jsm-frame-parent" % "1.0.1"
                [cn.ibaijia/jsm-frame-parent "1.0.1"]