| License | 
                License
                                                        Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesMySQL Data Databases | 
        
| GroupId | GroupIdcom.github.yfhe2 | 
    
| ArtifactId | ArtifactIdboot-support-db-mysql | 
    
| Version | Version1.0.0-RELEASES | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpringboot类型项目依赖管理 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql/ -->
<dependency>
    <groupId>com.github.yfhe2</groupId>
    <artifactId>boot-support-db-mysql</artifactId>
    <version>1.0.0-RELEASES</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql/
implementation 'com.github.yfhe2:boot-support-db-mysql:1.0.0-RELEASES'
                // https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-mysql/
implementation ("com.github.yfhe2:boot-support-db-mysql:1.0.0-RELEASES")
                'com.github.yfhe2:boot-support-db-mysql:jar:1.0.0-RELEASES'
                <dependency org="com.github.yfhe2" name="boot-support-db-mysql" rev="1.0.0-RELEASES">
  <artifact name="boot-support-db-mysql" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.yfhe2', module='boot-support-db-mysql', version='1.0.0-RELEASES')
)
                libraryDependencies += "com.github.yfhe2" % "boot-support-db-mysql" % "1.0.0-RELEASES"
                [com.github.yfhe2/boot-support-db-mysql "1.0.0-RELEASES"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.21 | 
| com.github.yfhe2 : boot-support-db | jar | 1.0.0-RELEASES | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |