| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.imaginary11 | 
    
| ArtifactId | ArtifactIdsqlx-spring-boot-starter | 
    
| Version | Version1.0.2-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsqlx-spring-boot-starter 
            easy sql for springboot 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.imaginary11/sqlx-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.imaginary11</groupId>
    <artifactId>sqlx-spring-boot-starter</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.imaginary11/sqlx-spring-boot-starter/
implementation 'com.github.imaginary11:sqlx-spring-boot-starter:1.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.github.imaginary11/sqlx-spring-boot-starter/
implementation ("com.github.imaginary11:sqlx-spring-boot-starter:1.0.2-RELEASE")
                'com.github.imaginary11:sqlx-spring-boot-starter:jar:1.0.2-RELEASE'
                <dependency org="com.github.imaginary11" name="sqlx-spring-boot-starter" rev="1.0.2-RELEASE">
  <artifact name="sqlx-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.imaginary11', module='sqlx-spring-boot-starter', version='1.0.2-RELEASE')
)
                libraryDependencies += "com.github.imaginary11" % "sqlx-spring-boot-starter" % "1.0.2-RELEASE"
                [com.github.imaginary11/sqlx-spring-boot-starter "1.0.2-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.0 | 
| p6spy : p6spy | jar | 3.6.0 | 
| com.alibaba : druid | jar | 1.0.28 | 
| com.github.pagehelper : pagehelper | jar | 4.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| mysql : mysql-connector-java | jar |