is not current version
Last Version 1.0.5.RELEASE

com.github.codingdebugallday:springboot-plugin-framework-extension-resources 1.0.2.RELEASE

插件扩展-通过url读取插件中的静态资源

GroupId

GroupId

com.github.codingdebugallday
ArtifactId

ArtifactId

springboot-plugin-framework-extension-resources
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download springboot-plugin-framework-extension-resources 1.0.2.RELEASE


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