| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.anyline | 
    
| ArtifactId | ArtifactIdanyboot-web | 
    
| Last Version | Last Version8.3.6.211 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionanyboot-web 
            AnyLine针对SpringBoot环境的支持 
         | 
    
| Filename | Size | 
|---|---|
| anyboot-web-8.3.6.211.pom | |
| anyboot-web-8.3.6.211.jar | 29 KB | 
| anyboot-web-8.3.6.211-sources.jar | 27 KB | 
| anyboot-web-8.3.6.211-javadoc.jar | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.anyline/anyboot-web/ -->
<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyboot-web</artifactId>
    <version>8.3.6.211</version>
</dependency>
                // https://jarcasting.com/artifacts/org.anyline/anyboot-web/
implementation 'org.anyline:anyboot-web:8.3.6.211'
                // https://jarcasting.com/artifacts/org.anyline/anyboot-web/
implementation ("org.anyline:anyboot-web:8.3.6.211")
                'org.anyline:anyboot-web:jar:8.3.6.211'
                <dependency org="org.anyline" name="anyboot-web" rev="8.3.6.211">
  <artifact name="anyboot-web" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.anyline', module='anyboot-web', version='8.3.6.211')
)
                libraryDependencies += "org.anyline" % "anyboot-web" % "8.3.6.211"
                [org.anyline/anyboot-web "8.3.6.211"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.1.RELEASE | 
| org.anyline : anyline-web | jar | 8.3.6 | 
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.1.RELEASE | 
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.1.1.RELEASE |