| GroupId | GroupIdorg.anyboot | 
    
|---|---|
| ArtifactId | ArtifactIdanycloud-start | 
    
| Version | Version8.5.3.2312-20220525 | 
        
| Type | Typepom | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| anycloud-start-8.5.3.2312-20220525.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.anyboot/anycloud-start/ -->
<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anycloud-start</artifactId>
    <version>8.5.3.2312-20220525</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-start/
implementation 'org.anyboot:anycloud-start:8.5.3.2312-20220525'
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-start/
implementation ("org.anyboot:anycloud-start:8.5.3.2312-20220525")
                'org.anyboot:anycloud-start:pom:8.5.3.2312-20220525'
                <dependency org="org.anyboot" name="anycloud-start" rev="8.5.3.2312-20220525">
  <artifact name="anycloud-start" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.anyboot', module='anycloud-start', version='8.5.3.2312-20220525')
)
                libraryDependencies += "org.anyboot" % "anycloud-start" % "8.5.3.2312-20220525"
                [org.anyboot/anycloud-start "8.5.3.2312-20220525"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| com.alibaba.cloud : spring-cloud-starter-alibaba-nacos-discovery | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |