| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.github.sparkzxl | 
    
| ArtifactId | ArtifactIdsparkzxl-swagger-starter | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsparkzxl component framework 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-swagger-starter/ -->
<dependency>
    <groupId>com.github.sparkzxl</groupId>
    <artifactId>sparkzxl-swagger-starter</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-swagger-starter/
implementation 'com.github.sparkzxl:sparkzxl-swagger-starter:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-swagger-starter/
implementation ("com.github.sparkzxl:sparkzxl-swagger-starter:1.0.1.RELEASE")
                'com.github.sparkzxl:sparkzxl-swagger-starter:jar:1.0.1.RELEASE'
                <dependency org="com.github.sparkzxl" name="sparkzxl-swagger-starter" rev="1.0.1.RELEASE">
  <artifact name="sparkzxl-swagger-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-swagger-starter', version='1.0.1.RELEASE')
)
                libraryDependencies += "com.github.sparkzxl" % "sparkzxl-swagger-starter" % "1.0.1.RELEASE"
                [com.github.sparkzxl/sparkzxl-swagger-starter "1.0.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.sparkzxl : sparkzxl-core | jar | 1.0.1.RELEASE | 
| org.springframework : spring-webmvc | jar | |
| com.github.xiaoymin : knife4j-spring-boot-starter | jar | 2.0.8 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.projectlombok : lombok | jar | 1.18.8 |