| GroupId | GroupIdcom.gitee.starblues | 
    
|---|---|
| ArtifactId | ArtifactIdspringboot-plugin-framework | 
    
| Version | Version2.0.1-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/ -->
<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation 'com.gitee.starblues:springboot-plugin-framework:2.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation ("com.gitee.starblues:springboot-plugin-framework:2.0.1-RELEASE")
                'com.gitee.starblues:springboot-plugin-framework:jar:2.0.1-RELEASE'
                <dependency org="com.gitee.starblues" name="springboot-plugin-framework" rev="2.0.1-RELEASE">
  <artifact name="springboot-plugin-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework', version='2.0.1-RELEASE')
)
                libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "2.0.1-RELEASE"
                [com.gitee.starblues/springboot-plugin-framework "2.0.1-RELEASE"]