| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMySQL Data Databases | 
        
| GroupId | GroupIdcom.d0x7.utils | 
    
| ArtifactId | ArtifactIdmysql | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMySQL Module 
            Some small yet powerful util libraries for easy database access, prompt and json configs 
         | 
    
| Filename | Size | 
|---|---|
| mysql-1.1.0.pom | |
| mysql-1.1.0.jar | 3 MB | 
| mysql-1.1.0-sources.jar | 5 KB | 
| mysql-1.1.0-javadoc.jar | 34 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.d0x7.utils/mysql/ -->
<dependency>
    <groupId>com.d0x7.utils</groupId>
    <artifactId>mysql</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.d0x7.utils/mysql/
implementation 'com.d0x7.utils:mysql:1.1.0'
                // https://jarcasting.com/artifacts/com.d0x7.utils/mysql/
implementation ("com.d0x7.utils:mysql:1.1.0")
                'com.d0x7.utils:mysql:jar:1.1.0'
                <dependency org="com.d0x7.utils" name="mysql" rev="1.1.0">
  <artifact name="mysql" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.d0x7.utils', module='mysql', version='1.1.0')
)
                libraryDependencies += "com.d0x7.utils" % "mysql" % "1.1.0"
                [com.d0x7.utils/mysql "1.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.4 |