| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.alilitech | 
    
| ArtifactId | ArtifactIdboot-plus-integration | 
    
| Last Version | Last Version1.1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionboot-plus is a rapid development framework based on spring boot. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.alilitech/boot-plus-integration/ -->
<dependency>
    <groupId>com.alilitech</groupId>
    <artifactId>boot-plus-integration</artifactId>
    <version>1.1.4</version>
</dependency>
                // https://jarcasting.com/artifacts/com.alilitech/boot-plus-integration/
implementation 'com.alilitech:boot-plus-integration:1.1.4'
                // https://jarcasting.com/artifacts/com.alilitech/boot-plus-integration/
implementation ("com.alilitech:boot-plus-integration:1.1.4")
                'com.alilitech:boot-plus-integration:jar:1.1.4'
                <dependency org="com.alilitech" name="boot-plus-integration" rev="1.1.4">
  <artifact name="boot-plus-integration" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.alilitech', module='boot-plus-integration', version='1.1.4')
)
                libraryDependencies += "com.alilitech" % "boot-plus-integration" % "1.1.4"
                [com.alilitech/boot-plus-integration "1.1.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.alilitech : boot-plus-core | jar | 1.1.4 |