| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.gitee.starblues | 
    
| ArtifactId | ArtifactIdspringboot-plugin-framework | 
    
| Version | Version2.4.6-RELEASE | 
        
| 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>2.4.6-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation 'com.gitee.starblues:springboot-plugin-framework:2.4.6-RELEASE'
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation ("com.gitee.starblues:springboot-plugin-framework:2.4.6-RELEASE")
                'com.gitee.starblues:springboot-plugin-framework:jar:2.4.6-RELEASE'
                <dependency org="com.gitee.starblues" name="springboot-plugin-framework" rev="2.4.6-RELEASE">
  <artifact name="springboot-plugin-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework', version='2.4.6-RELEASE')
)
                libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "2.4.6-RELEASE"
                [com.gitee.starblues/springboot-plugin-framework "2.4.6-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.pf4j : pf4j | jar | 3.6.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 | 
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.1 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.4.1 | 
| org.springframework : spring-webmvc | jar | 5.0.7.RELEASE | 
| io.springfox : springfox-spring-web | jar | 2.10.5 | 
| org.springdoc : springdoc-openapi-ui | jar | 1.5.2 | 
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 | 
| org.springframework.boot : spring-boot-starter-websocket | jar | 2.4.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |