| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.anyboot | 
    
| ArtifactId | ArtifactIdanycloud-dependency | 
    
| Version | Version8.5.2.2312-20220501 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAnyLine针对SpringBoot环境的支持 
         | 
    
| Filename | Size | 
|---|---|
| anycloud-dependency-8.5.2.2312-20220501.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.anyboot/anycloud-dependency/ -->
<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anycloud-dependency</artifactId>
    <version>8.5.2.2312-20220501</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-dependency/
implementation 'org.anyboot:anycloud-dependency:8.5.2.2312-20220501'
                // https://jarcasting.com/artifacts/org.anyboot/anycloud-dependency/
implementation ("org.anyboot:anycloud-dependency:8.5.2.2312-20220501")
                'org.anyboot:anycloud-dependency:pom:8.5.2.2312-20220501'
                <dependency org="org.anyboot" name="anycloud-dependency" rev="8.5.2.2312-20220501">
  <artifact name="anycloud-dependency" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.anyboot', module='anycloud-dependency', version='8.5.2.2312-20220501')
)
                libraryDependencies += "org.anyboot" % "anycloud-dependency" % "8.5.2.2312-20220501"
                [org.anyboot/anycloud-dependency "8.5.2.2312-20220501"]