| Categories | 
                CategoriesMySQL Data Databases | 
        
|---|---|
| GroupId | GroupIdorg.anyboot | 
    
| ArtifactId | ArtifactIdanycloud-start-mvc-mysql | 
    
| Version | Version8.5.3.2312-20220615 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| anycloud-start-mvc-mysql-8.5.3.2312-20220615.pom | 947 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.anyboot/anycloud-start-mvc-mysql/ -->
<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anycloud-start-mvc-mysql</artifactId>
    <version>8.5.3.2312-20220615</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-start-mvc-mysql/
implementation 'org.anyboot:anycloud-start-mvc-mysql:8.5.3.2312-20220615'
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-start-mvc-mysql/
implementation ("org.anyboot:anycloud-start-mvc-mysql:8.5.3.2312-20220615")
                'org.anyboot:anycloud-start-mvc-mysql:pom:8.5.3.2312-20220615'
                <dependency org="org.anyboot" name="anycloud-start-mvc-mysql" rev="8.5.3.2312-20220615">
  <artifact name="anycloud-start-mvc-mysql" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.anyboot', module='anycloud-start-mvc-mysql', version='8.5.3.2312-20220615')
)
                libraryDependencies += "org.anyboot" % "anycloud-start-mvc-mysql" % "8.5.3.2312-20220615"
                [org.anyboot/anycloud-start-mvc-mysql "8.5.3.2312-20220615"]