is not current version
Last Version 3.0.0

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

spring boot 插件式开发集成包

GroupId

GroupId

com.gitee.starblues
ArtifactId

ArtifactId

springboot-plugin-framework
Version

Version

1.0-RELEASE
Type

Type

jar

Download springboot-plugin-framework 1.0-RELEASE


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