| GroupId | GroupIdcom.gitee.starblues | 
    
|---|---|
| ArtifactId | ArtifactIdspringboot-plugin-framework | 
    
| Last Version | Last Version3.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring boot 插件式开发集成包 
         | 
    
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/ -->
<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework</artifactId>
    <version>3.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation 'com.gitee.starblues:springboot-plugin-framework:3.0.0'
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation ("com.gitee.starblues:springboot-plugin-framework:3.0.0")
                'com.gitee.starblues:springboot-plugin-framework:jar:3.0.0'
                <dependency org="com.gitee.starblues" name="springboot-plugin-framework" rev="3.0.0">
  <artifact name="springboot-plugin-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework', version='3.0.0')
)
                libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "3.0.0"
                [com.gitee.starblues/springboot-plugin-framework "3.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| commons-io : commons-io | jar | 2.11.0 | 
| com.github.zafarkhaja : java-semver | jar | 0.9.0 | 
| com.gitee.starblues : springboot-plugin-framework-loader | jar | 3.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot Optional | jar | 2.5.6 | 
| org.springframework : spring-webmvc Optional | jar | 5.3.12 | 
| org.thymeleaf : thymeleaf-spring5 Optional | jar | 3.0.12.RELEASE | 
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 | 
| io.springfox : springfox-spring-web Optional | jar | 2.10.5 | 
| org.springdoc : springdoc-openapi-ui Optional | jar | 1.5.2 | 
| org.projectlombok : lombok Optional | jar | 1.18.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |