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