is not current version
Last Version 3.0.0

com.gitee.starblues:springboot-plugin-framework 2.2.3-RELEASE

spring boot 插件式开发集成包

GroupId

GroupId

com.gitee.starblues
ArtifactId

ArtifactId

springboot-plugin-framework
Version

Version

2.2.3-RELEASE
Type

Type

jar

Download springboot-plugin-framework 2.2.3-RELEASE


<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/ -->
<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework</artifactId>
    <version>2.2.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation 'com.gitee.starblues:springboot-plugin-framework:2.2.3-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation ("com.gitee.starblues:springboot-plugin-framework:2.2.3-RELEASE")
'com.gitee.starblues:springboot-plugin-framework:jar:2.2.3-RELEASE'
<dependency org="com.gitee.starblues" name="springboot-plugin-framework" rev="2.2.3-RELEASE">
  <artifact name="springboot-plugin-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework', version='2.2.3-RELEASE')
)
libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "2.2.3-RELEASE"
[com.gitee.starblues/springboot-plugin-framework "2.2.3-RELEASE"]