is not current version
Last Version 1.0.5.RELEASE

com.github.codingdebugallday:springboot-plugin-framework 1.0.3.RELEASE

spring boot 插件式开发集成包

GroupId

GroupId

com.github.codingdebugallday
ArtifactId

ArtifactId

springboot-plugin-framework
Version

Version

1.0.3.RELEASE
Type

Type

jar

Download springboot-plugin-framework 1.0.3.RELEASE


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